diff options
author | Daniel Gruesso <dgruesso@gitlab.com> | 2018-11-12 15:48:29 +0000 |
---|---|---|
committer | Daniel Gruesso <dgruesso@gitlab.com> | 2018-11-12 15:48:29 +0000 |
commit | afad9211b30054a312530fe4409e349c03e383f3 (patch) | |
tree | 3c5c6f5c2c3c7dac4268a10872d31e65c8d0117a /doc | |
parent | fa323557a4b426ecbc73cdced5dec3491ff6ae04 (diff) | |
download | gitlab-ce-afad9211b30054a312530fe4409e349c03e383f3.tar.gz |
Remove start server image, clarify instance auth, use fake token.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/clusters/runbooks/img/jupyterhub-install.png | bin | 288328 -> 0 bytes | |||
-rw-r--r-- | doc/user/project/clusters/runbooks/index.md | 9 |
2 files changed, 3 insertions, 6 deletions
diff --git a/doc/user/project/clusters/runbooks/img/jupyterhub-install.png b/doc/user/project/clusters/runbooks/img/jupyterhub-install.png Binary files differdeleted file mode 100644 index 36c5c24596f..00000000000 --- a/doc/user/project/clusters/runbooks/img/jupyterhub-install.png +++ /dev/null diff --git a/doc/user/project/clusters/runbooks/index.md b/doc/user/project/clusters/runbooks/index.md index cb49e39eff2..e1b8dc07b50 100644 --- a/doc/user/project/clusters/runbooks/index.md +++ b/doc/user/project/clusters/runbooks/index.md @@ -75,15 +75,12 @@ Once Ingress has been installed successfully, click the **Install** button next ### 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 the GitLab instance 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) -Once the application has been authorized you will taken back to the JupyterHub application. Click **Start My Server** - -![start jupyter](img/jupyter-start.png) - +Once the application has been authorized you will taken back to the JupyterHub application. Click **Start My Server**. The server will take a couple of seconds to start. ### 4. Configure access @@ -104,7 +101,7 @@ The contents on the runbook will be displayed on the right side of the screen. U entries for both your `PRIVATE_TOKEN` and your `PROJECT_ID`. Enter both these values, conserving the single quotes as follows: ```sql -PRIVATE_TOKEN = 'abcdef123456' +PRIVATE_TOKEN = 'n671WNGecHugsdEDPsyo' PROJECT_ID = '1234567' ``` |