From f37c6c73c423decfc79f9670caa34cf979bf3e34 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Mon, 7 Feb 2022 10:54:19 +0100 Subject: [PATCH] Really disable servicelb --- templates/master_config.yaml.tpl | 5 +++-- templates/server_config.yaml.tpl | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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}