summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-02-27 18:15:46 -0600
committerMayra Cabrera <mcabrera@gitlab.com>2018-02-27 18:23:42 -0600
commit854d7938ee38fc037f883fb732507c1b7bd27c25 (patch)
tree782082ad48f94e16f99f4898763766712cfbe7c6
parent0be4a77d0012613f960c4177f53101c46de2899c (diff)
downloadgitlab-ce-docs-add-gcp-role-requirement-to-cluster-creation.tar.gz
Update cluster documentation creationdocs-add-gcp-role-requirement-to-cluster-creation
Due to GCP API changes, User must have a Compute Admin role in order to create clusters Closes #43476
-rw-r--r--changelogs/unreleased/docs-add-gcp-role-requirement-to-cluster-creation.yml5
-rw-r--r--doc/user/project/clusters/index.md5
2 files changed, 8 insertions, 2 deletions
diff --git a/changelogs/unreleased/docs-add-gcp-role-requirement-to-cluster-creation.yml b/changelogs/unreleased/docs-add-gcp-role-requirement-to-cluster-creation.yml
new file mode 100644
index 00000000000..5e8bd7d8a7b
--- /dev/null
+++ b/changelogs/unreleased/docs-add-gcp-role-requirement-to-cluster-creation.yml
@@ -0,0 +1,5 @@
+---
+title: Add GCP role requirement to cluster creation documentation
+merge_request: 17409
+author:
+type: other
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index bbe25c2d911..9bac7b46715 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -29,8 +29,9 @@ Before proceeding, make sure the following requirements are met:
- Your associated Google account must have the right privileges to manage
clusters on GKE. That would mean that a [billing
account](https://cloud.google.com/billing/docs/how-to/manage-billing-account)
- must be set up and that you have to have permissions to access it.
-- You must have Master [permissions] in order to be able to access the
+ must be set up.
+- You must have a **Compute Admin** [role](https://cloud.google.com/compute/docs/access/iam#compute_admin_role) on Google Cloud Platform.
+- You must have Master [permissions] in the project, in order to be able to access the
**Kubernetes** page.
- You must have [Cloud Billing API](https://cloud.google.com/billing/) enabled
- You must have [Resource Manager