1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

master/worker: remove cloud-provider for now

This commit is contained in:
Sergiusz Urbaniak
2017-02-17 17:02:19 +01:00
parent 1e5de7f1e3
commit 05df0aa9bd
2 changed files with 2 additions and 4 deletions

View File

@@ -86,8 +86,7 @@ coreos:
--node-labels=master=true \
--minimum-container-ttl-duration=6m0s \
--cluster_dns=10.3.0.10 \
--cluster_domain=cluster.local \
--cloud-provider=openstack
--cluster_domain=cluster.local
ExecStop=-/usr/bin/rkt stop --uuid-file=/var/run/kubelet-pod.uuid
Restart=always
RestartSec=10

View File

@@ -62,8 +62,7 @@ coreos:
--node-labels=master=true \
--minimum-container-ttl-duration=6m0s \
--cluster_dns=10.3.0.10 \
--cluster_domain=cluster.local \
--cloud-provider=openstack
--cluster_domain=cluster.local
ExecStop=-/usr/bin/rkt stop --uuid-file=/var/run/kubelet-pod.uuid
Restart=always
RestartSec=10