diff --git a/pages/how-to/deploy/microservice.md b/pages/how-to/deploy/microservice.md index 7f85e786..7d926b5b 100644 --- a/pages/how-to/deploy/microservice.md +++ b/pages/how-to/deploy/microservice.md @@ -1,6 +1,6 @@ --- -title: Setting Up an Example Micro Service -description: Deploying a basic Microservice to a cluster managed by Plural +title: Setting Up an Example Microservice +description: Deploying a basic microservice to a cluster managed by Plural --- # Overview diff --git a/pages/how-to/set-up/mgmt-cluster.md b/pages/how-to/set-up/mgmt-cluster.md index 9fc3fed6..ba6c3db3 100644 --- a/pages/how-to/set-up/mgmt-cluster.md +++ b/pages/how-to/set-up/mgmt-cluster.md @@ -1,6 +1,6 @@ --- title: Setting Up a New Management (MGMT) Cluster -description: Using Plural CLI to Deploy a Management (MGMT) Kubernetes Cluster +description: Using Plural CLI to deploy a management (MGMT) Kubernetes cluster --- # Overview diff --git a/pages/how-to/set-up/scm-connection.md b/pages/how-to/set-up/scm-connection.md index c1b33fd2..6a8c9c2b 100644 --- a/pages/how-to/set-up/scm-connection.md +++ b/pages/how-to/set-up/scm-connection.md @@ -1,6 +1,6 @@ --- title: Integrate with your Source Control Provider -description: Set Up a SCM Connection in Plural to integrate with Github, GitLab, or BitBucket +description: Setting up an SCM Connection in Plural to integrate with Github, GitLab, or BitBucket --- # Overview @@ -69,6 +69,8 @@ git push {% callout severity="info" %} `plural up` by default creates an `apps` service syncing all subfolders of the `bootstrap` folder in the repo it creates. Since we created this file in `bootstrap/pr-automation` that means that root service-of-services will sync it appropriately and we just need to `git push` to apply the change. + +You can also check this service in the console (CD > Services > apps) to see if the CRD was deployed successfully. You should see 10/10 components in "Running" state. {% /callout %} ## **Add an SCM Provider Webhook** diff --git a/pages/how-to/set-up/workload-cluster.md b/pages/how-to/set-up/workload-cluster.md index c2b20ff1..080bc959 100644 --- a/pages/how-to/set-up/workload-cluster.md +++ b/pages/how-to/set-up/workload-cluster.md @@ -1,6 +1,6 @@ --- -title: Setting Up a Your First Workload Cluster -description: Use a Self-Service PR Automation to Provision Your first Workload Cluster +title: Setting Up Your First Workload Cluster +description: Using a self-service PR automation to provision your first workload cluster --- # Overview @@ -37,7 +37,7 @@ Now that that PR Automation is configured, we should be able to spawn our cluste * **Enter the Name of the Branch to Create the PR** ![cluster-creator modal 1](/images/how-to/cluster-creator-modal-1.png) * **Click `Create`** - * Optionally [View The PR](https://github.com/pluralsh/plrl-how-to/pull/1) that was created + * Optionally view the PR that was created ![cluster-creator modal 2](/images/how-to/cluster-creator-modal-2.png) * **Merge the PR**