diff options
-rw-r--r-- | changelogs/unreleased/docs-add-gcp-role-requirement-to-cluster-creation.yml | 5 | ||||
-rw-r--r-- | doc/user/project/clusters/index.md | 5 |
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 |