diff options
author | Mike Lewis <mlewis@gitlab.com> | 2018-11-09 22:59:11 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2018-11-09 22:59:11 +0000 |
commit | fa323557a4b426ecbc73cdced5dec3491ff6ae04 (patch) | |
tree | 8eb7cb4cca260f72cf909f245a53093d0be3bdf8 | |
parent | e1bfde7181e7fdaa1a680a2ac2d3b2dba78ca29a (diff) | |
download | gitlab-ce-fa323557a4b426ecbc73cdced5dec3491ff6ae04.tar.gz |
Remove quotes and bold UI item names
-rw-r--r-- | doc/user/project/clusters/runbooks/index.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/user/project/clusters/runbooks/index.md b/doc/user/project/clusters/runbooks/index.md index 00f920fe771..cb49e39eff2 100644 --- a/doc/user/project/clusters/runbooks/index.md +++ b/doc/user/project/clusters/runbooks/index.md @@ -60,22 +60,22 @@ to add a Kubernetes cluster to your project. ### 2. Install Helm Tiller, Ingress, and JupyterHub -Once the cluster has been provisioned in GKE, click the **"Install"** button next to the "Helm Tiller" app. +Once the cluster has been provisioned in GKE, click the **Install** button next to the **Helm Tiller** app. ![install helm](img/helm-install.png) -Once Tiller has been installed successfully, click the **"Install"** button next to the "Ingress" app. +Once Tiller has been installed successfully, click the **Install** button next to the **Ingress** app. ![install ingress](img/ingress-install.png) -Once Ingress has been installed successfully, click the **"Install"** button next to the "JupyterHub" app. +Once Ingress has been installed successfully, click the **Install** button next to the **JupyterHub** app. ![install jupyterhub](img/jupyterhub-install.png) ### 3. Login to JupyterHub and start the server Once JupyterHub has been installed successfully, navigate to the displayed **Jupyter Hostname** URL and click -**"Sign in with GitLab"**. Authentication is automatically enabled for any user of GitLab server via OAuth2. This +**Sign in with GitLab**. Authentication is automatically enabled for any user of GitLab server via OAuth2. This will redirect to GitLab in order to authorize JupyterHub to use your GitLab account. Click **Authorize**. ![authorize jupyter](img/authorize-jupyter.png) @@ -88,8 +88,9 @@ The server will take a couple of seconds to start. ### 4. Configure access -In order for the runbook to access your GitLab project, you will need to enter a [GitLab Access Token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) as well as your Project ID in the "Setup" -section of the demo runbook. +In order for the runbook to access your GitLab project, you will need to enter a +[GitLab Access Token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) +as well as your Project ID in the **Setup** section of the demo runbook. Double-click the **DevOps-Runbook-Demo** folder located on the left panel. |