Fix a bunch of places where the -machines flag was still attached to the apiserver.
This commit is contained in:
@@ -119,7 +119,6 @@ coreos:
|
||||
--address=127.0.0.1 \
|
||||
--port=8080 \
|
||||
--etcd_servers=http://127.0.0.1:4001 \
|
||||
--machines=192.168.12.10,192.168.12.11,192.168.12.12 \
|
||||
--logtostderr=true
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
@@ -161,6 +160,7 @@ coreos:
|
||||
[Service]
|
||||
ExecStart=/opt/bin/controller-manager \
|
||||
--master=127.0.0.1:8080 \
|
||||
--machines=192.168.12.10,192.168.12.11,192.168.12.12 \
|
||||
--logtostderr=true
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
@@ -48,7 +48,6 @@ coreos:
|
||||
--address=127.0.0.1 \
|
||||
--port=8080 \
|
||||
--etcd_servers=http://127.0.0.1:4001 \
|
||||
--machines=127.0.0.1 \
|
||||
--logtostderr=true
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
@@ -86,6 +85,7 @@ coreos:
|
||||
[Service]
|
||||
ExecStart=/opt/bin/controller-manager \
|
||||
--master=127.0.0.1:8080 \
|
||||
--machines=127.0.0.1 \
|
||||
--logtostderr=true
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
|
@@ -8,7 +8,6 @@ ExecStart=/opt/bin/apiserver \
|
||||
--address=127.0.0.1 \
|
||||
--port=8080 \
|
||||
--etcd_servers=http://127.0.0.1:4001 \
|
||||
--machines=127.0.0.1 \
|
||||
--portal_net=10.0.0.0/24 \
|
||||
--logtostderr=true
|
||||
Restart=on-failure
|
||||
|
@@ -6,6 +6,7 @@ Documentation=https://github.com/GoogleCloudPlatform/kubernetes
|
||||
[Service]
|
||||
ExecStart=/opt/bin/controller-manager \
|
||||
--master=127.0.0.1:8080 \
|
||||
--machines=127.0.0.1 \
|
||||
--etcd_servers=http://127.0.0.1:4001 \
|
||||
--logtostderr=true
|
||||
Restart=on-failure
|
||||
|
Reference in New Issue
Block a user