diff options
author | Evan Read <eread@gitlab.com> | 2019-07-25 14:12:45 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-07-25 14:12:45 +0000 |
commit | 82a8632b885d31851645da9633f68066d6ab3d65 (patch) | |
tree | b7a9c8c28404660fa828c75a267fb05fb501304c /doc/user/project/clusters/runbooks | |
parent | 95b117f0948ea60224388c891c137e80234e3aab (diff) | |
download | gitlab-ce-82a8632b885d31851645da9633f68066d6ab3d65.tar.gz |
Restructure project cluster topic
Also fixes links to section headings that
have changed.
Diffstat (limited to 'doc/user/project/clusters/runbooks')
-rw-r--r-- | doc/user/project/clusters/runbooks/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/clusters/runbooks/index.md b/doc/user/project/clusters/runbooks/index.md index c021d059d30..8df27976662 100644 --- a/doc/user/project/clusters/runbooks/index.md +++ b/doc/user/project/clusters/runbooks/index.md @@ -35,7 +35,7 @@ for an overview of how this is accomplished in GitLab!** To create an executable runbook, you will need: 1. **Kubernetes** - A Kubernetes cluster is required to deploy the rest of the applications. - The simplest way to get started is to add a cluster using [GitLab's GKE integration](../index.md#adding-and-creating-a-new-gke-cluster-via-gitlab). + The simplest way to get started is to add a cluster using [GitLab's GKE integration](../index.md#add-new-gke-cluster). 1. **Helm Tiller** - Helm is a package manager for Kubernetes and is required to install all the other applications. It is installed in its own pod inside the cluster which can run the helm CLI in a safe environment. @@ -60,7 +60,7 @@ the components outlined above and the preloaded demo runbook. ### 1. Add a Kubernetes cluster -Follow the steps outlined in [Adding and creating a new GKE cluster via GitLab](../index.md#adding-and-creating-a-new-gke-cluster-via-gitlab) +Follow the steps outlined in [Add new GKE cluster](../index.md#add-new-gke-cluster) to add a Kubernetes cluster to your project. ### 2. Install Helm Tiller, Ingress, and JupyterHub |