diff options
author | James Fargher <proglottis@gmail.com> | 2019-04-30 15:24:50 +1200 |
---|---|---|
committer | James Fargher <proglottis@gmail.com> | 2019-05-20 09:43:35 +0100 |
commit | 96cec8bfe933e17dc819bd47d1cd665953a101a4 (patch) | |
tree | 97e82e83213c7503479c1cc8716e27c3c36de490 /doc/user/project | |
parent | 9afe8d3bcd1f3f39c8543f675e2522e73dd78b59 (diff) | |
download | gitlab-ce-docs-instance_level_clusters.tar.gz |
Initial instance level cluster docsdocs-instance_level_clusters
Diffstat (limited to 'doc/user/project')
-rw-r--r-- | doc/user/project/clusters/index.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index 157afb3a78c..cac62f80e14 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -19,8 +19,10 @@ or provide the credentials to an [existing Kubernetes cluster](#adding-an-existi NOTE: **Note:** From [GitLab 11.6](https://gitlab.com/gitlab-org/gitlab-ce/issues/34758) you -can also associate a Kubernetes cluster to your groups. Learn more about -[group Kubernetes clusters](../../group/clusters/index.md). +can also associate a Kubernetes cluster to your groups and from +[GitLab 11.11](https://gitlab.com/gitlab-org/gitlab-ce/issues/39840) +to the GitLab instance. Learn more about [group-level](../../group/clusters/index.md) +and [instance-level](../../instance/clusters/index.md) Kubernetes clusters. ## Adding and creating a new GKE cluster via GitLab |