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:
authorDylan Griffith <dyl.griffith@gmail.com>2019-01-14 20:22:18 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2019-01-14 20:22:18 +0300
commit47ea8db1615a0ca74ab6268103bd915dde8e07a8 (patch)
tree4a826e8a0eebca1f58e80961a652d1a3aed7c133
parent8285205815ccdb25238fcae1c1e91063a46f19b0 (diff)
Clarify cluster integration link is for all Kubernetes
Not just GKE
-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