summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-08-22 15:23:32 -0400
committerJoshua Lambert <joshua@gitlab.com>2017-08-22 15:23:32 -0400
commitb402316f27911ed079885b27a160fec6ed31297a (patch)
tree79590e86a1ff8d1fa257494748078da138e2b1d7 /doc/install
parentab7b54e0c7a5b7e00029601f3e74f5d23e114748 (diff)
downloadgitlab-ce-b402316f27911ed079885b27a160fec6ed31297a.tar.gz
Apply feedback
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/kubernetes/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/index.md b/doc/install/kubernetes/index.md
index 7bfff4c97a5..eb98dc06a18 100644
--- a/doc/install/kubernetes/index.md
+++ b/doc/install/kubernetes/index.md
@@ -37,7 +37,7 @@ helm init
GitLab makes available three Helm Charts.
-- [gitlab-omnibus](gitlab_omnibus.md): **Recommended** and the easiest way to get started. Includes everything needed to run GitLab, including: a Runner, Container Registry, automatic SSL, and an Ingress.
+- [gitlab-omnibus](gitlab_omnibus.md): **Recommended** and the easiest way to get started. Includes everything needed to run GitLab, including: a [Runner](https://docs.gitlab.com/runner/), [Container Registry](https://docs.gitlab.com/ee/user/project/container_registry.html#gitlab-container-registry), [automatic SSL](https://github.com/kubernetes/charts/tree/master/stable/kube-lego), and an [Ingress](https://github.com/kubernetes/ingress/tree/master/controllers/nginx).
- [gitlab](gitlab_chart.md): Just the GitLab service, with optional Postgres and Redis.
- [gitlab-runner](gitlab_runner_chart.md): GitLab Runner, to process CI jobs.