diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-03-13 09:59:39 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-03-13 16:28:04 +1300 |
commit | 86abef88b4a65f8da18d6f20b0089772c52586c8 (patch) | |
tree | 972dbc3c5d61912e8d6ce96f6445a0332c6a6583 /doc | |
parent | 428ee4bc6017c2df2a1fa02a358c33b7b67480a8 (diff) | |
download | gitlab-ce-86abef88b4a65f8da18d6f20b0089772c52586c8.tar.gz |
Add docs about requirement for basic auth and cert
Document that GitLab need the cluster to be created with basic auth and
cert and why. Also note we have started explicitly enabling this so that
we are ready when these settings are disabled by default in GKE 1.12
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/clusters/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index e84c3ca4bef..d1206b0c80a 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -75,6 +75,14 @@ new Kubernetes cluster to your project: After a couple of minutes, your cluster will be ready to go. You can now proceed to install some [pre-defined applications](#installing-applications). +NOTE: **Note:** +GitLab requires basic authentication enabled and a client certificate issued for +the cluster in order to setup an [initial service +account](#access-controls). Starting from [GitLab +11.10](https://gitlab.com/gitlab-org/gitlab-ce/issues/58208), the cluster +creation process will explicitly request that basic authentication and +client certificate is enabled. + ## Adding an existing Kubernetes cluster To add an existing Kubernetes cluster to your project: |