Merge pull request #292 from mbohlool/jupyter

Add a little more detail to jupyter getting start with minikube
This commit is contained in:
Mehdy Bohlool 2017-07-09 09:38:17 -07:00 committed by GitHub
commit fc85c6aaaa
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