diff --git a/examples/notebooks/README.md b/examples/notebooks/README.md index d4f0cf382..324a6b0c7 100644 --- a/examples/notebooks/README.md +++ b/examples/notebooks/README.md @@ -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 +``` + diff --git a/examples/notebooks/docker/jupyter.yml b/examples/notebooks/docker/jupyter.yml index a3c214122..ca1991d66 100644 --- a/examples/notebooks/docker/jupyter.yml +++ b/examples/notebooks/docker/jupyter.yml @@ -11,7 +11,7 @@ spec: targetPort: 8888 selector: app: jupyter - type: NodePort + type: LoadBalancer --- apiVersion: v1 kind: Pod