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:
authorMarcia Ramos <virtua.creative@gmail.com>2018-05-28 17:17:37 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-05-28 17:17:37 +0300
commit65bfec654a1ff2894e7829573d266f8d63c846f2 (patch)
treeb1f6b7dce5ee4b12dd74c2eb60d51df3f7dc9b89 /doc/ci/environments.md
parent71dea693c61295c16cb9c28c76b1122a3b8a3acf (diff)
parent2ac407b8d4a3f076a4c4ebbb8151b869b8220e15 (diff)
Merge branch 'docs/redirect-k8s-service-page' into 'master'
Deprecate the Kubernetes service docs See merge request gitlab-org/gitlab-ce!18837
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r--doc/ci/environments.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index 3a491f0073c..0d54f375c93 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -24,7 +24,7 @@ Environments are like tags for your CI jobs, describing where code gets deployed
Deployments are created when [jobs] deploy versions of code to environments,
so every environment can have one or more deployments. GitLab keeps track of
your deployments, so you always know what is currently being deployed on your
-servers. If you have a deployment service such as [Kubernetes][kubernetes-service]
+servers. If you have a deployment service such as [Kubernetes][kube]
enabled for your project, you can use it to assist with your deployments, and
can even access a [web terminal](#web-terminals) for your environment from within GitLab!
@@ -605,7 +605,7 @@ Web terminals were added in GitLab 8.15 and are only available to project
masters and owners.
If you deploy to your environments with the help of a deployment service (e.g.,
-the [Kubernetes service][kubernetes-service]), GitLab can open
+the [Kubernetes integration][kube]), GitLab can open
a terminal session to your environment! This is a very powerful feature that
allows you to debug issues without leaving the comfort of your web browser. To
enable it, just follow the instructions given in the service integration
@@ -671,7 +671,6 @@ Below are some links you may find interesting:
[Pipelines]: pipelines.md
[jobs]: yaml/README.md#jobs
[yaml]: yaml/README.md
-[kubernetes-service]: ../user/project/integrations/kubernetes.md
[environments]: #environments
[deployments]: #deployments
[permissions]: ../user/permissions.md
@@ -683,5 +682,5 @@ Below are some links you may find interesting:
[gitlab-flow]: ../workflow/gitlab_flow.md
[gitlab runner]: https://docs.gitlab.com/runner/
[git-strategy]: yaml/README.md#git-strategy
-[kube]: ../user/project/integrations/kubernetes.md
+[kube]: ../user/project/clusters/index.md
[prom]: ../user/project/integrations/prometheus.md