summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-11-09 13:01:17 +0000
committerDylan Griffith <dyl.griffith@gmail.com>2018-11-09 13:01:17 +0000
commitcc8d5cccc9438a55b44ce07a3556dc9e60372270 (patch)
tree53725cac51b806f53aac268e176dfd0f3fc760cd
parentef58a64039c517be7df08eef1b3a7af7ad5eab16 (diff)
downloadgitlab-ce-add-rbac-link-in-k8s-docs.tar.gz
Add link in K8s integration docs to RBAC rolesadd-rbac-link-in-k8s-docs
-rw-r--r--doc/user/project/clusters/index.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index 233ed205790..3fbd4c21eab 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -145,9 +145,10 @@ service accounts and privileges in order to install and run
- A `gitlab` service account with `cluster-admin` privileges will be created in the
`default` namespace, which will be used by GitLab to manage the newly created cluster.
-- A project service account with `edit` privileges will be created in
- the project namespace (also created by GitLab), which will be used in
- [deployment jobs](#deployment-variables).
+- A project service account with [`edit`
+ privileges](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles)
+ will be created in the project namespace (also created by GitLab), which will
+ be used in [deployment jobs](#deployment-variables).
NOTE: **Note:**
Restricted service account for deployment was [introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/51716) in GitLab 11.5.