Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-22 22:11:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-22 22:11:50 +0300
commit92e314ffe8a2a292d6da149f8ee403e008dd1bce (patch)
tree2a1874d3fe7f1f291b6ddd03e6e88b414bf60ef4 /doc/user/group/clusters
parent793034a90509193ebf2ad14ed8e5eea10f7c6b4a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/group/clusters')
-rw-r--r--doc/user/group/clusters/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/group/clusters/index.md b/doc/user/group/clusters/index.md
index b0414ca6fa4..67fe415bc3a 100644
--- a/doc/user/group/clusters/index.md
+++ b/doc/user/group/clusters/index.md
@@ -66,7 +66,7 @@ automatically. If you're using [Auto DevOps](../../../topics/autodevops/index.md
for deployments with a cluster not managed by GitLab, you must ensure:
- The project's deployment service account has permissions to deploy to
- [`KUBE_NAMESPACE`](../../project/clusters/index.md#deployment-variables).
+ [`KUBE_NAMESPACE`](../../project/clusters/deploy_to_cluster.md#deployment-variables).
- `KUBECONFIG` correctly reflects any changes to `KUBE_NAMESPACE`
(this is [not automatic](https://gitlab.com/gitlab-org/gitlab/-/issues/31519)). Editing
`KUBE_NAMESPACE` directly is discouraged.
@@ -96,7 +96,7 @@ per [multiple Kubernetes clusters](#multiple-kubernetes-clusters) When specifyin
this is automatically set as an environment variable (`KUBE_INGRESS_BASE_DOMAIN`) during
the [Auto DevOps](../../../topics/autodevops/index.md) stages.
-The domain should have a wildcard DNS configured to the Ingress IP address. [More details](../../project/clusters/index.md#base-domain).
+The domain should have a wildcard DNS configured to the Ingress IP address. [More details](../../project/clusters/gitlab_managed_clusters.md#base-domain).
## Environment scopes **(PREMIUM)**