Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-01-11 14:27:19 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-01-11 14:27:19 +0300
commit59adc07f00f4f3ea326194d77c31580edfdfb2a4 (patch)
treed6411d883c339a1b9fe7fd5c6e0949d319114842 /doc
parente55899ff4217cf2281c7fff762a5aca0cb89bcb7 (diff)
parentcf8429867021f20e671c02115b9c6806acd2d739 (diff)
Merge branch 'gcp-fix' into 'master'
Fix GCP redirect Closes #41867 See merge request gitlab-org/gitlab-ce!16355
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/clusters/index.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index 5f14d232cb1..130f7897b1a 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -22,11 +22,14 @@ prerequisites must be met:
be enabled in GitLab at the instance level. If that's not the case, ask your
administrator to enable it.
- 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.
-- You must have Master [permissions] in order to be able to access the **Cluster**
- page.
+ 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
+ **Cluster** page.
+- You must have [Cloud Billing API](https://cloud.google.com/billing/) enabled
+- You must have [Resource Manager
+ API](https://cloud.google.com/resource-manager/)
If all of the above requirements are met, you can proceed to add a new GKE
cluster.