diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-07-11 12:19:10 +0000 |
---|---|---|
committer | Jose <jvargas@gitlab.com> | 2018-07-11 11:09:26 -0500 |
commit | f8d77ab2e054144ccdf3bf5fe992d2d7663df0f1 (patch) | |
tree | 01939ea4fa4647f044cf272f9e39bed6d7fefb6d | |
parent | 27e79c4f8b7e8f08a820179e932f1e562de20c3e (diff) | |
download | gitlab-ce-f8d77ab2e054144ccdf3bf5fe992d2d7663df0f1.tar.gz |
Merge branch 'docs/cluster-permissions' into 'master'
Mention admin privileges for k8s token creation
Closes #44457
See merge request gitlab-org/gitlab-ce!20517
-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. |