From cd5d5e2d8c4164ecd2960330aafc3e62607dd696 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Sat, 8 Jul 2017 23:34:22 -0700 Subject: [PATCH] Add a little more detail to jupyter getting start with minikube --- examples/notebooks/README.md | 7 +++++++ examples/notebooks/docker/jupyter.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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