summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHordur Freyr Yngvason <hfyngvason@gitlab.com>2019-06-14 12:02:15 +0200
committerHordur Freyr Yngvason <hfyngvason@gitlab.com>2019-06-14 12:02:15 +0200
commit9de2a92a5ba8853608cad09ddb1399fb728fe255 (patch)
tree76bcfa4136027841c2c59b6dff4ae48e1dcb868f
parent0a80a70fa1d4b5f79e3191cdb3262572a0f91661 (diff)
downloadgitlab-ce-55902-disable-creation-of-non-rbac-kubernetes-clusters.tar.gz
Update GKE cluster creation documentation55902-disable-creation-of-non-rbac-kubernetes-clusters
-rw-r--r--doc/user/project/clusters/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index dc21db603d6..9f8fdd91659 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -71,7 +71,6 @@ new Kubernetes cluster to your project:
- **Number of nodes** - Enter the number of nodes you wish the cluster to have.
- **Machine type** - The [machine type](https://cloud.google.com/compute/docs/machine-types)
of the Virtual Machine instance that the cluster will be based on.
- - **RBAC-enabled cluster** - Leave this checked if using default GKE creation options, see the [RBAC section](#rbac-cluster-resources) for more information.
- **GitLab-managed cluster** - Leave this checked if you want GitLab to manage namespaces and service accounts for this cluster. See the [Managed clusters section](#gitlab-managed-clusters) for more information.
1. Finally, click the **Create Kubernetes cluster** button.
@@ -86,6 +85,9 @@ account](#access-controls). Starting from [GitLab
creation process will explicitly request that basic authentication and
client certificate is enabled.
+NOTE: **Note:**
+Starting from [GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-ce/issues/55902), all GKE clusters created by GitLab are RBAC enabled. Take a look at the [RBAC section](#rbac-cluster-resources) for more information.
+
## Adding an existing Kubernetes cluster
To add an existing Kubernetes cluster to your project: