diff options
author | Joshua Lambert <joshua@gitlab.com> | 2018-02-06 11:04:08 -0500 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2018-02-06 11:04:08 -0500 |
commit | 4cae6d2f723c2a40ea1b24484b7b844e8c7345f0 (patch) | |
tree | 13505bd6d6c34b591cd2a0eaa6bbb435d2302aa9 /doc/install | |
parent | d5349aa5ae3cb5c036c55d3da5842b8f141c2f42 (diff) | |
download | gitlab-ce-4cae6d2f723c2a40ea1b24484b7b844e8c7345f0.tar.gz |
Fix linksupdate-helm-chart-docs
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/kubernetes/gitlab_chart.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md index 40dd4635bcb..84eeacac3fd 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -2,9 +2,9 @@ > **Note:** * This chart has been tested on Google Kubernetes Engine and Azure Container Service. -**This chart is deprecated.** For small installations on Kubernetes today, we recommend the beta [`gitlab-omnibus` Helm chart](https://docs.gitlab.com/ee/install/kubernetes/gitlab_omnibus.html). +**This chart is deprecated.** For small installations on Kubernetes today, we recommend the beta [`gitlab-omnibus` Helm chart](gitlab_omnibus.md). -A new [cloud native GitLab chart](https://docs.gitlab.com/ee/install/kubernetes/#cloud-native-gitlab-chart) is in development with increased scalability and resilience, among other benefits. The cloud native chart will replace both the `gitlab` and `gitlab-omnibus` charts when available later this year. +A new [cloud native GitLab chart](index.md#cloud-native-gitlab-chart) is in development with increased scalability and resilience, among other benefits. The cloud native chart will replace both the `gitlab` and `gitlab-omnibus` charts when available later this year. Due to the significant architectural changes, migrating will require backing up data out of this instance and restoring it into the new deployment. For more information on available GitLab Helm Charts, please see our [overview](index.md#chart-overview). |