diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-09-14 13:51:28 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-09-14 13:51:28 +0000 |
commit | 18b99cca2e523d41b0fc078f056b722320ca5cee (patch) | |
tree | 6deedf4ee3631208be65e4a0b49bb794512115da | |
parent | 844bb16a66b6aa73491c87276304c6605e8b55fb (diff) | |
parent | 44c9369d70339cf101b2ec009d35c526dba7f269 (diff) | |
download | gitlab-ce-18b99cca2e523d41b0fc078f056b722320ca5cee.tar.gz |
Merge branch 'docs-gitlab-chart-contains-runner' into 'master'
Add a bullet that the GitLab chart contains the runner
See merge request gitlab-org/gitlab-ce!21733
-rw-r--r-- | doc/install/kubernetes/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/kubernetes/index.md b/doc/install/kubernetes/index.md index df74d2aeab3..69171fbb341 100644 --- a/doc/install/kubernetes/index.md +++ b/doc/install/kubernetes/index.md @@ -19,6 +19,7 @@ large deployments. It offers a number of benefits: - No requirement for shared storage to scale - Containers do not need `root` permissions - Automatic SSL with Let's Encrypt +- An unprivileged GitLab Runner - and plenty more. Learn more about the [GitLab chart](gitlab_chart.md). |