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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
b29e22d8
Commit
b29e22d8
authored
Aug 12, 2020
by
Serena Fang
Committed by
Amy Qualls
Aug 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove premium tag from environment scope
parent
55aaf11a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
doc/user/clusters/management_project.md
doc/user/clusters/management_project.md
+2
-2
doc/user/project/clusters/add_eks_clusters.md
doc/user/project/clusters/add_eks_clusters.md
+1
-1
doc/user/project/clusters/add_gke_clusters.md
doc/user/project/clusters/add_gke_clusters.md
+1
-1
doc/user/project/clusters/add_remove_clusters.md
doc/user/project/clusters/add_remove_clusters.md
+1
-1
doc/user/project/clusters/index.md
doc/user/project/clusters/index.md
+2
-2
No files found.
doc/user/clusters/management_project.md
View file @
b29e22d8
...
...
@@ -73,10 +73,10 @@ configure cluster:
name
:
production
```
### Setting the environment scope
**(PREMIUM)**
### Setting the environment scope
[
Environment
scopes
](
../project/clusters/index.md#setting-the-environment-scope
-premium
)
scopes
](
../project/clusters/index.md#setting-the-environment-scope
)
are usable when associating multiple clusters to the same management
project.
...
...
doc/user/project/clusters/add_eks_clusters.md
View file @
b29e22d8
...
...
@@ -140,7 +140,7 @@ To create and add a new Kubernetes cluster to your project, group, or instance:
1.
Click
**Authenticate with AWS**
.
1.
Choose your cluster's settings:
-
**Kubernetes cluster name**
- The name you wish to give the cluster.
-
**Environment scope**
- The
[
associated environment
](
index.md#setting-the-environment-scope
-premium
)
to this cluster.
-
**Environment scope**
- The
[
associated environment
](
index.md#setting-the-environment-scope
)
to this cluster.
-
**Kubernetes version**
- The Kubernetes version to use. Currently the only version supported is 1.14.
-
**Service role**
- Select the
**EKS IAM role**
you created earlier to allow Amazon EKS
and the Kubernetes control plane to manage AWS resources on your behalf.
...
...
doc/user/project/clusters/add_gke_clusters.md
View file @
b29e22d8
...
...
@@ -55,7 +55,7 @@ To create and add a new Kubernetes cluster to your project, group, or instance:
**Sign in with Google**
button.
1.
Choose your cluster's settings:
-
**Kubernetes cluster name**
- The name you wish to give the cluster.
-
**Environment scope**
- The
[
associated environment
](
index.md#setting-the-environment-scope
-premium
)
to this cluster.
-
**Environment scope**
- The
[
associated environment
](
index.md#setting-the-environment-scope
)
to this cluster.
-
**Google Cloud Platform project**
- Choose the project you created in your GCP
console that will host the Kubernetes cluster. Learn more about
[
Google Cloud Platform projects
](
https://cloud.google.com/resource-manager/docs/creating-managing-projects
)
.
...
...
doc/user/project/clusters/add_remove_clusters.md
View file @
b29e22d8
...
...
@@ -169,7 +169,7 @@ To add a Kubernetes cluster to your project, group, or instance:
1.
Click the
**Add existing cluster**
tab and fill in the details:
1.
**Kubernetes cluster name**
(required) - The name you wish to give the cluster.
1.
**Environment scope**
(required) - The
[
associated environment
](
index.md#setting-the-environment-scope
-premium
)
to this cluster.
[
associated environment
](
index.md#setting-the-environment-scope
)
to this cluster.
1.
**API URL**
(required) -
It's the URL that GitLab uses to access the Kubernetes API. Kubernetes
exposes several APIs, we want the "base" URL that is common to all of them.
...
...
doc/user/project/clusters/index.md
View file @
b29e22d8
...
...
@@ -74,10 +74,10 @@ project. That way you can have different clusters for different environments,
like dev, staging, production, and so on.
Simply add another cluster, like you did the first time, and make sure to
[
set an environment scope
](
#setting-the-environment-scope
-premium
)
that will
[
set an environment scope
](
#setting-the-environment-scope
)
that will
differentiate the new cluster with the rest.
#### Setting the environment scope
**(PREMIUM)**
#### Setting the environment scope
When adding more than one Kubernetes cluster to your project, you need to differentiate
them with an environment scope. The environment scope associates clusters with
[
environments
](
../../../ci/environments/index.md
)
similar to how the
...
...
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