summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-09-30 13:35:13 -0400
committerJoshua Lambert <joshua@gitlab.com>2017-09-30 13:35:13 -0400
commit1c46d27d9e2a15b483b3bdafdc81f292886f4fd9 (patch)
treefac3d55b56731db5a6bde0875c57fecf6d55e783 /doc/install
parent654b635c584b63f817f542f73a036c6093560dab (diff)
downloadgitlab-ce-1c46d27d9e2a15b483b3bdafdc81f292886f4fd9.tar.gz
updates
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/kubernetes/index.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/kubernetes/index.md b/doc/install/kubernetes/index.md
index ce87608c242..e79b8b2d759 100644
--- a/doc/install/kubernetes/index.md
+++ b/doc/install/kubernetes/index.md
@@ -12,8 +12,8 @@ should be deployed, upgraded, and configured.
* **[GitLab-Omnibus](gitlab_omnibus.md)**: The best way to run GitLab on Kubernetes today. It is suited for small to medium deployments, and is in beta while support for backups and other features are added.
* **[Cloud Native Charts](https://gitlab.com/charts/helm.gitlab.io/blob/master/README.md)**: The next generation of charts, currently in development. Will support large deployments, with horizontal scaling of individual GitLab components.
* Other Charts
- * [GitLab Runner Chart](#gitlab-runner-chart): For deploying just the GitLab Runner.
- * [Advanced GitLab Installation](#advanced-gitlab-installation): Provides additional deployment options, but provides less functionality out-of-the-box. It's beta, no longer actively developed, and will be deprecated by [gitlab-omnibus](#gitlab-omnibus-chart-recommended) once it supports these options.
+ * [GitLab Runner Chart](gitlab_runner_chart.md): For deploying just the GitLab Runner.
+ * [Advanced GitLab Installation](gitlab_chart.md): Provides additional deployment options, but provides less functionality out-of-the-box. It's beta, no longer actively developed, and will be deprecated by [gitlab-omnibus](#gitlab-omnibus-chart-recommended) once it supports these options.
* [Community Contributed Charts](#community-contributed-charts): Community contributed charts, deprecated by the official GitLab charts.
## GitLab-Omnibus Chart (Recommended)
@@ -25,7 +25,7 @@ Once the [cloud native charts](#upcoming-cloud-native-helm-charts) are ready for
Learn more about the [gitlab-omnibus chart.](gitlab_omnibus.md)
-## Cloud Native Charts
+## Cloud Native GitLab Chart
GitLab is working towards building a [cloud native GitLab chart](https://gitlab.com/charts/helm.gitlab.io/blob/master/README.md). A key part of this effort is to isolate each service into its [own Docker container and Helm chart](https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2420), rather than utilizing the all-in-one container image of the [current charts](#official-gitlab-helm-charts-recommended).