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:
authorEvan Read <eread@gitlab.com>2019-01-15 01:56:53 +0300
committerEvan Read <eread@gitlab.com>2019-01-15 01:56:53 +0300
commit0e510780a15955b06445fb4c440230151da9ae93 (patch)
tree593af34b1da392a8671ba50a2a36924693a07cd8
parent43f1a6b2907a212749c81d53d4928cfd675fee02 (diff)
parent47ea8db1615a0ca74ab6268103bd915dde8e07a8 (diff)
Merge branch 'cluster-integration-link-update' into 'master'
Clarify cluster integration link is for all Kubernetes See merge request gitlab-org/gitlab-ce!24364
-rw-r--r--doc/user/project/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/index.md b/doc/user/project/index.md
index e9a930d2ebe..ce8bd2de61f 100644
--- a/doc/user/project/index.md
+++ b/doc/user/project/index.md
@@ -66,7 +66,7 @@ common actions on issues or merge requests
- [Pipeline settings](pipelines/settings.md): Set up Git strategy (choose the default way your repository is fetched from GitLab in a job),
timeout (defines the maximum amount of time in minutes that a job is able run), custom path for `.gitlab-ci.yml`, test coverage parsing, pipeline's visibility, and much more
- [Kubernetes cluster integration](clusters/index.md): Connecting your GitLab project
- with Google Kubernetes Engine
+ with a Kubernetes cluster
- [GitLab Pages](pages/index.md): Build, test, and deploy your static
website with GitLab Pages