From 6449e5a696ef47a694bac636f9327385167613d8 Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Sat, 2 Sep 2017 01:00:16 -0400 Subject: [PATCH] Fix notes --- doc/install/kubernetes/gitlab_chart.md | 2 +- doc/install/kubernetes/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md index 877fea7e12a..a339bc23809 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -1,6 +1,6 @@ # GitLab Helm Chart > **Note:** -* > *Note*: This chart will be replaced by the [gitlab-omnibus](gitlab_omnibus.md) chart, once it supports [additional configuration options](https://gitlab.com/charts/charts.gitlab.io/issues/68). +* > **Note**: This chart will be replaced by the [gitlab-omnibus](gitlab_omnibus.md) chart, once it supports [additional configuration options](https://gitlab.com/charts/charts.gitlab.io/issues/68). * Officially supported cloud providers are Google Container Service and Azure Container Service. The `gitlab` Helm chart deploys just GitLab into your Kubernetes cluster, and offers extensive configuration options. For most deployments we recommended the [gitlab-omnibus](gitlab_omnibus.md) chart, diff --git a/doc/install/kubernetes/index.md b/doc/install/kubernetes/index.md index 71a85bb5402..fb6c0c2d263 100644 --- a/doc/install/kubernetes/index.md +++ b/doc/install/kubernetes/index.md @@ -19,7 +19,7 @@ These charts utilize our [GitLab Omnibus Docker images](https://docs.gitlab.com/ https://gitlab.com/charts/charts.gitlab.io/issues. ### Deploying GitLab on Kubernetes -> *Note*: This chart will eventually be replaced by the [cloud native charts](#upcoming-cloud-native-helm-charts), which are presently in development. +> **Note**: This chart will eventually be replaced by the [cloud native charts](#upcoming-cloud-native-helm-charts), which are presently in development. The best way to deploy GitLab on Kubernetes is to use the [gitlab-omnibus](gitlab_omnibus.md) chart. @@ -32,7 +32,7 @@ To deploy just the [GitLab Runner](https://docs.gitlab.com/runner/), utilize the It offers a quick way to configure and deploy the Runner on Kubernetes, regardless of where your GitLab server may be running. ### Advanced deployment of GitLab -> *Note*: This chart will be replaced by the [gitlab-omnibus](gitlab_omnibus.md) chart, once it supports [additional configuration options](https://gitlab.com/charts/charts.gitlab.io/issues/68). +> **Note**: This chart will be replaced by the [gitlab-omnibus](gitlab_omnibus.md) chart, once it supports [additional configuration options](https://gitlab.com/charts/charts.gitlab.io/issues/68). If advanced configuration of GitLab is required, the beta [gitlab](gitlab_chart.md) chart can be used which deploys the GitLab service along with optional Postgres and Redis. It offers extensive configuration, but requires deep knowledge of Kubernetes and Helm to use.