Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding link to gcloud install #782

Merged
merged 1 commit into from
Jan 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,8 @@
# -- Custom scripts -------------------------------------------

# Grab the latest version of the k8s and helm install instructions.
k8s_instructions = "https://raw.githubusercontent.com/jupyterhub/zero-to-jupyterhub-k8s/master/doc/source/create-k8s-cluster.rst"
helm_instructions = "https://raw.githubusercontent.com/jupyterhub/zero-to-jupyterhub-k8s/master/doc/source/setup-helm.rst"

resp = requests.get(k8s_instructions)
with open('./k8s.txt', 'w') as ff:
ff.write(resp.text)

resp = requests.get(helm_instructions)
with open('./helm.txt', 'w') as ff:
# Bump section headers
Expand All @@ -215,4 +210,3 @@
# -- Add custom CSS ----------------------------------------------
def setup(app):
app.add_stylesheet('https://gitcdn.link/repo/jupyterhub/binder/master/doc/_static/custom.css')

5 changes: 4 additions & 1 deletion doc/create-cloud-resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ various components correctly. The following instructions will assist you
in doing so.

.. note::

BinderHub uses a JupyterHub running on Kubernetes for much of its functionality.
For information on setting up and customizing your JupyterHub, we recommend reading
the `Zero to JupyterHub Guide <https://zero-to-jupyterhub.readthedocs.io/en/latest/index.html#customization-guide>`_.
Expand All @@ -29,6 +29,9 @@ Setting up Kubernetes on `Google Cloud <https://cloud.google.com/>`_
If you would like to help with adding instructions for other cloud
providers, `please contact us <https://github.com/jupyterhub/binderhub/issues>`_!

First, install Kubernetes by following the
`instructions in the Zero to JupyterHub guide <https://zero-to-jupyterhub.readthedocs.io/en/latest/google/step-zero-gcp.html>`_.
When you're done, move on to the next section.

Install Helm
------------
Expand Down