Skip to content

Commit db114c3

Browse files
author
Sergi Almacellas Abellana
committed
Use load_incluster_config in jupyther notebook examples
Closes kubernetes-client#219
1 parent 1036268 commit db114c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/notebooks/create_deployment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"outputs": [],
2121
"source": [
22-
"client.Configuration().host=\"http://localhost:8080\""
22+
"config.load_incluster_config()"
2323
]
2424
},
2525
{

0 commit comments

Comments
 (0)