summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-12 01:47:24 +0000
committerEvan Read <eread@gitlab.com>2018-11-12 01:47:24 +0000
commitec1d4243b2dbca7df6b793b412717f9b5b3db998 (patch)
treee2ffb8ed6f4df746d1408721f38be241f9b6e552
parent7bcd65cd9d1e357091f995caf0e7967e4151db83 (diff)
parentcc8d5cccc9438a55b44ce07a3556dc9e60372270 (diff)
downloadgitlab-ce-ec1d4243b2dbca7df6b793b412717f9b5b3db998.tar.gz
Merge branch 'add-rbac-link-in-k8s-docs' into 'master'
Add link in K8s integration docs to RBAC roles See merge request gitlab-org/gitlab-ce!22941
-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.