Skip to content

Commit

Permalink
Add more useful notes to chart
Browse files Browse the repository at this point in the history
These are shown after every helm install
  • Loading branch information
yuvipanda committed May 2, 2017
1 parent 524a992 commit 7c3bd1a
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions jupyterhub/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
Thank you for installing {{.Chart.Name}}. Your release is named {{ .Release.Name }}.
Thank you for installing JupyterHub!

This chart is UC Berkeley data8's version of jupyterhub.
Your release is named {{.Release.Name}} and installed into the namespace {{.Release.Namespace}}.

To learn more about the release, try:
You can find if the hub and proxy is ready by doing:

$ helm status {{ .Release.Name }}
$ helm get {{ .Release.Name }}
kubectl --namespace={{.Release.Namespace}} get pod

and watching for both those pods to be in status 'Ready'.

You can find the public IP of the JupyterHub by doing:

kubectl --namespace={{.Release.Namespace}} get svc proxy-public

It might take a few minutes for it to appear!

Note that this is still an alpha release! If you have questions, feel free to
1. Come chat with us at https://gitter.im/jupyterhub/jupyterhub
2. File issues at https://github.com/jupyterhub/helm-chart/issues

0 comments on commit 7c3bd1a

Please sign in to comment.