Merge pull request #3321 from t-miyake/prototype

fix "=" is missing.
This commit is contained in:
Tim Hockin 2015-01-08 10:35:13 -08:00
commit 2302bc5335
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ coreos:
ExecStart=/opt/bin/kube-apiserver \
--address=0.0.0.0 \
--port=8080 \
--portal_net 10.1.0.0/16 \
--portal_net=10.1.0.0/16 \
--etcd_servers=http://127.0.0.1:4001 \
--logtostderr=true
Restart=always

View File

@ -55,7 +55,7 @@ coreos:
ExecStartPre=/usr/bin/chmod +x /opt/bin/kube-apiserver
ExecStart=/opt/bin/kube-apiserver \
--address=0.0.0.0 \
--portal_net 10.1.0.0/16 \
--portal_net=10.1.0.0/16 \
--port=8080 \
--etcd_servers=http://127.0.0.1:4001 \
--logtostderr=true