Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History

k8s

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

k8s deployment

  • Deploy on minikube runnig
kubectl create -ns netpyne
helm upgrade netpyne jupyterhub --install --reset-values --repo https://jupyterhub.github.io/helm-chart/ --version 0.9.0 --namespace netpyne --values minikube_values.yaml --force --debug
  • Access the hub by running
minikube service list

and use the url corresponding to nepyne proxy-public on port 80