Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc85c6a

Browse files
authored
Merge pull request kubernetes-client#292 from mbohlool/jupyter
Add a little more detail to jupyter getting start with minikube
2 parents 3de4c35 + cd5d5e2 commit fc85c6a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

examples/notebooks/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ kubectl create -f docker/jupyter.yml
1010
```
1111

1212
Open your browser on the jupyter service and go through the notebooks.
13+
14+
If you are using minikube, you can run this command to see jupyter service in your browser:
15+
16+
```
17+
minikube service jupyter
18+
```
19+

examples/notebooks/docker/jupyter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
targetPort: 8888
1212
selector:
1313
app: jupyter
14-
type: NodePort
14+
type: LoadBalancer
1515
---
1616
apiVersion: v1
1717
kind: Pod

0 commit comments

Comments
 (0)