diff options
author | Joshua Lambert <joshua@gitlab.com> | 2017-10-01 22:04:18 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2017-10-01 22:04:18 -0400 |
commit | 1e9f9d97e1754fb99b9317847a06cfd5a3755fe7 (patch) | |
tree | b2663a22e46b0e4d1bb416c017c114a3ee96e04f /doc | |
parent | 2420ff749f8844b5b81cb67a55e3b488769a9842 (diff) | |
download | gitlab-ce-1e9f9d97e1754fb99b9317847a06cfd5a3755fe7.tar.gz |
minor cleanup38616-take-down-references-to-gitlab-chart-docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/kubernetes/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/kubernetes/index.md b/doc/install/kubernetes/index.md index 90b9e98455a..aed00ae9e2c 100644 --- a/doc/install/kubernetes/index.md +++ b/doc/install/kubernetes/index.md @@ -10,11 +10,11 @@ should be deployed, upgraded, and configured. ## Chart Overview * **[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 GitLab Chart](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. +* **[Cloud Native GitLab Chart](https://gitlab.com/charts/helm.gitlab.io/blob/master/README.md)**: The next generation GitLab chart, currently in development. Will support large deployments with horizontal scaling of individual GitLab components. * Other Charts * [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. + * [Community Contributed Charts](#community-contributed-charts): Community contributed charts, deprecated by the official GitLab chart. ## GitLab-Omnibus Chart (Recommended) > **Note**: This chart is in beta while [additional features](https://gitlab.com/charts/charts.gitlab.io/issues/68) are being added. |