summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Tang <dennis@dennistang.net>2018-06-12 02:42:14 +0000
committerDennis Tang <dennis@dennistang.net>2018-06-12 02:42:14 +0000
commit11215f22e0c72ada8048c60823e07fca906e1447 (patch)
tree377ed264359334e2d25a18d441134fa66e0d8898
parent3d3117ff1b28e0b8c6c9830cc0f80e2dcec7116d (diff)
downloadgitlab-ce-47731-update-docs-as-gke-cluster-creation-label-has-changed-from-project-id-to-project.tar.gz
re-order fields in docs + remove required note (they're all required)47731-update-docs-as-gke-cluster-creation-label-has-changed-from-project-id-to-project
-rw-r--r--doc/user/project/clusters/index.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index ab9a6f4ec22..48bb2e543c1 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -45,16 +45,16 @@ new Kubernetes cluster that will be hosted on GKE to your project:
1. Connect your Google account if you haven't done already by clicking the
**Sign in with Google** button.
1. Fill in the requested values:
- - **Kubernetes cluster name** (required) - The name you wish to give the cluster.
- - **Google Cloud Platform project** (required) - The project you created in your GCP
+ - **Kubernetes cluster name** - The name you wish to give the cluster.
+ - **Environment scope** - The [associated environment](#setting-the-environment-scope) to this cluster.
+ - **Google Cloud Platform project** - The project you created in your GCP
console that will host the Kubernetes cluster. This must **not** be confused
with the project ID. Learn more about [Google Cloud Platform projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
- - **Zone** (required) - The [zone](https://cloud.google.com/compute/docs/regions-zones/)
+ - **Zone** - The [zone](https://cloud.google.com/compute/docs/regions-zones/)
under which the cluster will be created.
- - **Number of nodes** (required) - The number of nodes you wish the cluster to have.
- - **Machine type** (required) - The [machine type](https://cloud.google.com/compute/docs/machine-types)
+ - **Number of nodes** - The number of nodes you wish the cluster to have.
+ - **Machine type** - The [machine type](https://cloud.google.com/compute/docs/machine-types)
of the Virtual Machine instance that the cluster will be based on.
- - **Environment scope** - The [associated environment](#setting-the-environment-scope) to this cluster.
1. Finally, click the **Create Kubernetes cluster** button.
After a few moments, your cluster should be created. If something goes wrong,