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

single/multi-node examples.
This commit is contained in:
Robert Bailey 2015-10-07 23:05:17 -07:00
parent 7324cd68d2
commit 1c212b88e7
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
"command": [ "command": [
"/hyperkube", "/hyperkube",
"apiserver", "apiserver",
"--portal-net=10.0.0.1/24", "--service-cluster-ip-range=10.0.0.1/24",
"--address=0.0.0.0", "--address=0.0.0.0",
"--etcd-servers=http://127.0.0.1:4001", "--etcd-servers=http://127.0.0.1:4001",
"--cluster-name=kubernetes", "--cluster-name=kubernetes",

View File

@ -21,7 +21,7 @@
"command": [ "command": [
"/hyperkube", "/hyperkube",
"apiserver", "apiserver",
"--portal-net=10.0.0.1/24", "--service-cluster-ip-range=10.0.0.1/24",
"--address=127.0.0.1", "--address=127.0.0.1",
"--etcd-servers=http://127.0.0.1:4001", "--etcd-servers=http://127.0.0.1:4001",
"--cluster-name=kubernetes", "--cluster-name=kubernetes",