Take a look at https://github.com/jupyterhub/kubespawner/blob/master/SETUP.md which has a nice method for doing dev work on minikube.
On Jun 15, 2017 12:03 PM, "Paul Mazzuca" <[email protected]> wrote: > I am trying to get JupyterHub to work in Kubernetes by starting with > MiniKube. I have authentication working but am unable to spawn using the > kubespawner. I believe my issue is the HUB_CONNECT_IP env variable that I > am using. > > What exactly should this value be? I am using a nodeport service with the > following ip/port > > jupyter-hub-service 10.0.0.161 <nodes> 8000:31176/TCP > > > Minikube has the dns add on, but am I still supposed to set HUB_CONNECT_IP > to an IP? Given that my nodeport service is as above, anyone have any > guidance on what HUB_CONNECT_IP should be, or is there some other action > that should be taken? > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jupyter/181129ef-9bfc-4111-a832-362d42c6199e%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/181129ef-9bfc-4111-a832-362d42c6199e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAFw%3DySifJGCMEdsAnXjJ-wKLN6G%2BTV8UzvRdxSZyZ8u5Yg41wg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
