From 87b9efa2bf285f860164cc9dc9b801c075be8b93 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Fri, 11 Jan 2019 14:30:52 +1300 Subject: [PATCH] Update link title, we support more than GKE For example, GitLab can add any Kubernetes cluster with "Add Existing" --- doc/user/project/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/project/index.md b/doc/user/project/index.md index d46ae31580a..e9a930d2ebe 100644 --- a/doc/user/project/index.md +++ b/doc/user/project/index.md @@ -65,7 +65,7 @@ common actions on issues or merge requests browse, and download job artifacts - [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 - - [GKE cluster integration](clusters/index.md): Connecting your GitLab project + - [Kubernetes cluster integration](clusters/index.md): Connecting your GitLab project with Google Kubernetes Engine - [GitLab Pages](pages/index.md): Build, test, and deploy your static website with GitLab Pages