From db114c3c9657cf4889104a941b2ebe709e0b449a Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Mon, 5 Jun 2017 14:26:30 +0200 Subject: [PATCH] Use load_incluster_config in jupyther notebook examples Closes #219 --- examples/notebooks/create_deployment.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/create_deployment.ipynb b/examples/notebooks/create_deployment.ipynb index c7423f3066..69843ab6ff 100644 --- a/examples/notebooks/create_deployment.ipynb +++ b/examples/notebooks/create_deployment.ipynb @@ -19,7 +19,7 @@ }, "outputs": [], "source": [ - "client.Configuration().host=\"http://localhost:8080\"" + "config.load_incluster_config()" ] }, {