summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-03-14 00:12:06 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-03-14 00:12:06 +0000
commite820791982751af8324dd01b6355e29a1f905c1b (patch)
tree1e54b006201a6de16c0d3870210aba40c364e4d7 /doc
parent1715622c054434abc752c7be11ec4daec9231d5a (diff)
parent86abef88b4a65f8da18d6f20b0089772c52586c8 (diff)
downloadgitlab-ce-e820791982751af8324dd01b6355e29a1f905c1b.tar.gz
Merge branch '58208-explicitly-set-masterauth' into 'master'
Explicitly set master_auth for new GKE clusters Closes #58208 See merge request gitlab-org/gitlab-ce!26018
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/clusters/index.md8
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: