diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-01-11 05:31:55 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-01-11 05:31:55 +0100 |
commit | 6ef28ace53abb12e1475746882237cecf8f95d7e (patch) | |
tree | 6409bbdefcf04d467abed9a01ac5e390a690dc59 | |
parent | 1f0a4fe6a45a726e40adcb030ad3e1b4b8b9c75d (diff) | |
download | gitlab-ce-6ef28ace53abb12e1475746882237cecf8f95d7e.tar.gz |
Add API requirements to docs
-rw-r--r-- | doc/user/project/clusters/index.md | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index d5619c7b563..218b9dee41d 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -25,11 +25,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. |