diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-02-13 14:32:34 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-02-16 13:17:06 +0100 |
commit | 2f817f6528db0b835bd59f3241e2cf72b83cdb3a (patch) | |
tree | 4b8d2151b39f88bdf354a54d2ef3e0016747fa71 /doc/ci/README.md | |
parent | 97bd016fe9f09c400c87513b19475ee357c8d7eb (diff) | |
download | gitlab-ce-2f817f6528db0b835bd59f3241e2cf72b83cdb3a.tar.gz |
Replace "Kubernetes cluster" where appropriate in docsdocs/kubernetes-rename
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42939
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r-- | doc/ci/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index eabeb4510db..532ae52a184 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -70,6 +70,8 @@ learn how to leverage its potential even more. - [Use SSH keys in your build environment](ssh_keys/README.md) - [Trigger pipelines through the GitLab API](triggers/README.md) - [Trigger pipelines on a schedule](../user/project/pipelines/schedules.md) +- [Kubernetes clusters](../user/project/clusters/index.md) - Integrate one or + more Kubernetes clusters to your project ## GitLab CI/CD for Docker |