diff --git a/templates/master_config.yaml.tpl b/templates/master_config.yaml.tpl index bef3ff1..48a1309 100644 --- a/templates/master_config.yaml.tpl +++ b/templates/master_config.yaml.tpl @@ -1,7 +1,8 @@ cluster-init: true disable-cloud-controller: true -disable: servicelb -disable: local-storage +disable: +- servicelb +- local-storage flannel-iface: eth1 node-ip: ${node_ip} advertise-address: ${node_ip} diff --git a/templates/server_config.yaml.tpl b/templates/server_config.yaml.tpl index eafbe99..3104882 100644 --- a/templates/server_config.yaml.tpl +++ b/templates/server_config.yaml.tpl @@ -1,7 +1,8 @@ server: ${first_control_plane_url} disable-cloud-controller: true -disable: servicelb -disable: local-storage +disable: +- servicelb +- local-storage flannel-iface: eth1 node-ip: ${node_ip} advertise-address: ${node_ip}