Commit 1c212b88 authored by Robert Bailey's avatar Robert Bailey

Stop using the deprecated --portal-net flag in the docker

single/multi-node examples.
parent 7324cd68
......@@ -21,7 +21,7 @@
"command": [
"/hyperkube",
"apiserver",
"--portal-net=10.0.0.1/24",
"--service-cluster-ip-range=10.0.0.1/24",
"--address=0.0.0.0",
"--etcd-servers=http://127.0.0.1:4001",
"--cluster-name=kubernetes",
......
......@@ -21,7 +21,7 @@
"command": [
"/hyperkube",
"apiserver",
"--portal-net=10.0.0.1/24",
"--service-cluster-ip-range=10.0.0.1/24",
"--address=127.0.0.1",
"--etcd-servers=http://127.0.0.1:4001",
"--cluster-name=kubernetes",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment