Add note about default
This commit is contained in:
parent
14c13c8043
commit
a103beed59
1 changed files with 5 additions and 2 deletions
|
@ -178,8 +178,11 @@ When creating a cluster in GitLab, you will be asked if you would like to create
|
||||||
[Attribute-based access control (ABAC)](https://kubernetes.io/docs/admin/authorization/abac/) cluster, or
|
[Attribute-based access control (ABAC)](https://kubernetes.io/docs/admin/authorization/abac/) cluster, or
|
||||||
a [Role-based access control (RBAC)](https://kubernetes.io/docs/admin/authorization/rbac/) one.
|
a [Role-based access control (RBAC)](https://kubernetes.io/docs/admin/authorization/rbac/) one.
|
||||||
|
|
||||||
Whether ABAC or RBAC is enabled, GitLab will create the necessary
|
NOTE: **Note:**
|
||||||
service accounts and privileges in order to install and run
|
[RBAC](#role-based-access-control-rbac) is recommended and the GitLab default.
|
||||||
|
|
||||||
|
Whether [ABAC](#attribute-based-access-control-abac) or [RBAC](#role-based-access-control-rbac) is enabled,
|
||||||
|
GitLab will create the necessary service accounts and privileges in order to install and run
|
||||||
[GitLab managed applications](#installing-applications):
|
[GitLab managed applications](#installing-applications):
|
||||||
|
|
||||||
- If GitLab is creating the cluster, a `gitlab` service account with
|
- If GitLab is creating the cluster, a `gitlab` service account with
|
||||||
|
|
Loading…
Reference in a new issue