Home:ALL Converter>Installing jupyterhub in minikube on a linux machine

Installing jupyterhub in minikube on a linux machine

Ask Time:2018-11-02T03:37:39         Author:ChrisJ

Json Formatter

I'm using the instructions from Zero to jupyterhub with kubernetes to install a jupyterhub in a minikube:

When I run the command in step 2 shown below:

RELEASE=jhub   
NAMESPACE=jhub

~/minik$ helm upgrade --install $RELEASE jupyterhub/jupyterhub   --namespace $NAMESPACE    --version 0.7.0   --values config.yaml  --debug --dry-run

I get this error:

[debug] Created tunnel using local port: '42995'

[debug] SERVER: "127.0.0.1:42995"

[debug] Fetched jupyterhub/jupyterhub to
 /home1/chrisj/.helm/cache/archive/jupyterhub-0.7.0.tgz

Release "jhub" does not exist. Installing it now.
[debug] CHART PATH: /home1/chrisj/.helm/cache/archive/jupyterhub-0.7.0.tgz

Error: render error in "jupyterhub/templates/proxy/autohttps/service.yaml": template: jupyterhub/templates/proxy/autohttps/service.yaml:1:26: executing "jupyterhub/templates/proxy/autohttps/service.yaml" at <.Values.proxy.https....>: can't evaluate field https in type interface {}

Author:ChrisJ,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/53108261/installing-jupyterhub-in-minikube-on-a-linux-machine
yy