summaryrefslogtreecommitdiff
path: root/doc/topics
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2018-01-25 09:27:10 +0000
committerRémy Coutable <remy@rymai.me>2018-01-25 09:27:10 +0000
commit9eed610f9a9810f468239d1ad510657bc1212960 (patch)
tree5c0a128d4eea4babf2b11e92aba484b137468c49 /doc/topics
parent567b3826a99e5573f4db7c033ce59cbf0fd640c7 (diff)
downloadgitlab-ce-9eed610f9a9810f468239d1ad510657bc1212960.tar.gz
Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service"
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/index.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 764ee0ca72c..144cd4c26b0 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -66,9 +66,8 @@ To make full use of Auto DevOps, you will need:
a domain configured with wildcard DNS which is gonna be used by all of your
Auto DevOps applications. [Read the specifics](#auto-devops-base-domain).
1. **Kubernetes** (needed for Auto Review Apps, Auto Deploy, and Auto Monitoring) -
- To enable deployments, you will need Kubernetes 1.5+. The [Kubernetes service][kubernetes-service]
- integration will need to be enabled for the project, or enabled as a
- [default service template](../../user/project/integrations/services_templates.md)
+ To enable deployments, you will need Kubernetes 1.5+. You need a [Kubernetes cluster][kubernetes-clusters]
+ for the project, or a Kubernetes [default service template](../../user/project/integrations/services_templates.md)
for the entire GitLab installation.
1. **A load balancer** - You can use NGINX ingress by deploying it to your
Kubernetes cluster using the
@@ -587,7 +586,7 @@ curl --data "value=true" --header "PRIVATE-TOKEN: personal_access_token" https:/
```
[ce-37115]: https://gitlab.com/gitlab-org/gitlab-ce/issues/37115
-[kubernetes-service]: ../../user/project/integrations/kubernetes.md
+[kubernetes-clusters]: ../../user/project/clusters/index.md
[docker-in-docker]: ../../docker/using_docker_build.md#use-docker-in-docker-executor
[review-app]: ../../ci/review_apps/index.md
[container-registry]: ../../user/project/container_registry.md