We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3de4c35 + cd5d5e2 commit fc85c6aCopy full SHA for fc85c6a
examples/notebooks/README.md
@@ -10,3 +10,10 @@ kubectl create -f docker/jupyter.yml
10
```
11
12
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
@@ -11,7 +11,7 @@ spec:
targetPort: 8888
selector:
app: jupyter
- type: NodePort
+ type: LoadBalancer
---
apiVersion: v1
kind: Pod
0 commit comments