Use apiserver instead of etcd for kube-proxy.

For cloud-providers that use salt, have kube-proxy use
apiserver instead of etcd as a config source.
This commit is contained in:
Eric Tune
2014-12-02 11:01:24 -08:00
parent ffcbe2fa10
commit 65b38e7af7
3 changed files with 6 additions and 4 deletions

View File

@@ -72,6 +72,7 @@ grains:
network_mode: openvswitch
networkInterfaceName: eth1
etcd_servers: $MASTER_IP
api_servers: $MASTER_IP
cloud: vagrant
cloud_provider: vagrant
roles:

View File

@@ -48,6 +48,7 @@ grains:
network_mode: openvswitch
node_ip: $MINION_IP
etcd_servers: $MASTER_IP
api_servers: $MASTER_IP
networkInterfaceName: eth1
apiservers: $MASTER_IP
roles: