Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
c42aaec3
Commit
c42aaec3
authored
May 20, 2019
by
James Fargher
Committed by
Evan Read
May 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial instance level cluster docs
parent
0463167c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
6 deletions
+31
-6
doc/user/group/clusters/index.md
doc/user/group/clusters/index.md
+4
-4
doc/user/instance/clusters/index.md
doc/user/instance/clusters/index.md
+23
-0
doc/user/project/clusters/index.md
doc/user/project/clusters/index.md
+4
-2
No files found.
doc/user/group/clusters/index.md
View file @
c42aaec3
...
...
@@ -5,10 +5,10 @@
## Overview
Similar to
[
project
Kubernetes
clusters
](
../../project/clusters/index.md
)
, Group-level Kubernetes
clusters allow you to connect a Kubernetes cluster to your group,
enabling you to use the same cluster across multiple projects.
Similar to
[
project
-level
](
../../project/clusters/index.md
)
and
[
instance-level
](
../../instance/clusters/index.md
)
Kubernetes clusters,
group-level Kubernetes clusters allow you to connect a Kubernetes cluster to
your group,
enabling you to use the same cluster across multiple projects.
## Installing applications
...
...
doc/user/instance/clusters/index.md
0 → 100644
View file @
c42aaec3
# 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
)
.
doc/user/project/clusters/index.md
View file @
c42aaec3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment