diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-07-10 10:25:09 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-07-10 10:25:09 +0200 |
commit | 3318a79ef0700d1555ffa98991776c78f70fd6de (patch) | |
tree | f59b704409e6c55e276da8c9b435af26d13a1a4a /doc | |
parent | 2f96930d5cea171cf8339925a53a71bca63f85cc (diff) | |
download | gitlab-ce-3318a79ef0700d1555ffa98991776c78f70fd6de.tar.gz |
Mention admin privileges for k8s token creation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/clusters/index.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index baa6efe50d5..cc1d65e4e6c 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -96,8 +96,9 @@ To add an existing Kubernetes cluster to your project: you can follow the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/) to create one. You can also view or create service tokens in the - [Kubernetes dashboard](https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/#config) - (under **Config > Secrets**). + [Kubernetes dashboard](https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/) + (under **Config > Secrets**). **The account that will issue the service token + must have admin privileges on the cluster.** - **Project namespace** (optional) - You don't have to fill it in; by leaving it blank, GitLab will create one for you. Also: - Each project should have a unique namespace. |