Add a little more detail to jupyter getting start with minikube

This commit is contained in:
mbohlool 2017-07-08 23:34:22 -07:00
parent f6d80b06cf
commit cd5d5e2d8c
2 changed files with 8 additions and 1 deletions

View File

@ -10,3 +10,10 @@ kubectl create -f docker/jupyter.yml
```
Open your browser on the jupyter service and go through the notebooks.
If you are using minikube, you can run this command to see jupyter service in your browser:
```
minikube service jupyter
```

View File

@ -11,7 +11,7 @@ spec:
targetPort: 8888
selector:
app: jupyter
type: NodePort
type: LoadBalancer
---
apiVersion: v1
kind: Pod