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/instance | |
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/instance')
-rw-r--r-- | doc/user/instance/clusters/index.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/user/instance/clusters/index.md b/doc/user/instance/clusters/index.md new file mode 100644 index 00000000000..894f83d3c75 --- /dev/null +++ b/doc/user/instance/clusters/index.md @@ -0,0 +1,23 @@ +# Instance-level Kubernetes clusters + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/39840) in GitLab 11.11. +> Instance-level cluster integration is currently in [Beta](https://about.gitlab.com/handbook/product/#alpha-beta-ga). + +## Overview + +Similar to [project-level](../../project/clusters/index.md) +and [group-level](../../group/clusters/index.md) Kubernetes clusters, +instance-level Kubernetes clusters allow you to connect a Kubernetes cluster to +the GitLab instance, which enables you to use the same cluster across multiple +projects. + +## Cluster precedence + +GitLab will try match to clusters in the following order: + +- Project-level clusters +- Group-level clusters +- Instance level + +To be selected, the cluster must be enabled and +match the [environment selector](../../../ci/environments.md#scoping-environments-with-specs-premium). |