Add a little more detail to jupyter getting start with minikube
This commit is contained in:
parent
f6d80b06cf
commit
cd5d5e2d8c
@ -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
|
||||
```
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ spec:
|
||||
targetPort: 8888
|
||||
selector:
|
||||
app: jupyter
|
||||
type: NodePort
|
||||
type: LoadBalancer
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user