Commit 6aaddc4a authored by Amy Qualls's avatar Amy Qualls

Merge branch 'serenafang-master-patch-55726' into 'master'

Remove premium tag from environment scope

See merge request gitlab-org/gitlab!39386
parents 7ecb4c9f b29e22d8
...@@ -73,10 +73,10 @@ configure cluster: ...@@ -73,10 +73,10 @@ configure cluster:
name: production name: production
``` ```
### Setting the environment scope **(PREMIUM)** ### Setting the environment scope
[Environment [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 are usable when associating multiple clusters to the same management
project. project.
......
...@@ -140,7 +140,7 @@ To create and add a new Kubernetes cluster to your project, group, or instance: ...@@ -140,7 +140,7 @@ To create and add a new Kubernetes cluster to your project, group, or instance:
1. Click **Authenticate with AWS**. 1. Click **Authenticate with AWS**.
1. Choose your cluster's settings: 1. Choose your cluster's settings:
- **Kubernetes cluster name** - The name you wish to give the cluster. - **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. - **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 - **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. and the Kubernetes control plane to manage AWS resources on your behalf.
......
...@@ -55,7 +55,7 @@ To create and add a new Kubernetes cluster to your project, group, or instance: ...@@ -55,7 +55,7 @@ To create and add a new Kubernetes cluster to your project, group, or instance:
**Sign in with Google** button. **Sign in with Google** button.
1. Choose your cluster's settings: 1. Choose your cluster's settings:
- **Kubernetes cluster name** - The name you wish to give the cluster. - **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 - **Google Cloud Platform project** - Choose the project you created in your GCP
console that will host the Kubernetes cluster. Learn more about console that will host the Kubernetes cluster. Learn more about
[Google Cloud Platform projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects). [Google Cloud Platform projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects).
......
...@@ -169,7 +169,7 @@ To add a Kubernetes cluster to your project, group, or instance: ...@@ -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. 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. **Kubernetes cluster name** (required) - The name you wish to give the cluster.
1. **Environment scope** (required) - The 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) - 1. **API URL** (required) -
It's the URL that GitLab uses to access the Kubernetes API. Kubernetes 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. exposes several APIs, we want the "base" URL that is common to all of them.
......
...@@ -74,10 +74,10 @@ project. That way you can have different clusters for different environments, ...@@ -74,10 +74,10 @@ project. That way you can have different clusters for different environments,
like dev, staging, production, and so on. like dev, staging, production, and so on.
Simply add another cluster, like you did the first time, and make sure to 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. 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 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 them with an environment scope. The environment scope associates clusters with [environments](../../../ci/environments/index.md) similar to how the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment