Revert "Revert "fix "=" is missing.""

This commit is contained in:
Tim Hockin 2015-01-08 13:08:26 -08:00
parent 7bff03fb41
commit 327e0f46b0
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