diff options
author | Evan Read <eread@gitlab.com> | 2019-07-24 12:25:43 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-07-24 12:25:43 +0000 |
commit | 047a77c990293c0451858ffabcbd8e46bb50d9c7 (patch) | |
tree | cf4d3de1327b1ab33f50f4fa522a3f3443c6eef7 /doc/user/group/clusters | |
parent | 562db3a36e56be2d0b7e9b3a94c8420a063b03c2 (diff) | |
download | gitlab-ce-047a77c990293c0451858ffabcbd8e46bb50d9c7.tar.gz |
Cross link to kaniko docs
Also make security warning more visible and
improves instructions.
Diffstat (limited to 'doc/user/group/clusters')
-rw-r--r-- | doc/user/group/clusters/index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/group/clusters/index.md b/doc/user/group/clusters/index.md index 99589cb1915..625c5440ec0 100644 --- a/doc/user/group/clusters/index.md +++ b/doc/user/group/clusters/index.md @@ -137,6 +137,13 @@ The result will then be: - The Staging cluster will be used for the `deploy to staging` job. - The Production cluster will be used for the `deploy to production` job. +## Security of Runners + +For important information about securely configuring GitLab Runners, see +[Security of +Runners](../../project/clusters/index.md#security-of-gitlab-runners) +documentation for project-level clusters. + <!-- ## Troubleshooting Include any troubleshooting steps that you can foresee. If you know beforehand what issues |