removed init-cluster for servers

This commit is contained in:
Karim Naufal 2022-02-22 16:27:02 +01:00
parent 116f13f6f2
commit 5a20f48346

View File

@ -43,7 +43,6 @@ resource "null_resource" "control_planes" {
node-name = module.control_planes[count.index].name
server = "https://${local.first_control_plane_network_ip}:6443"
token = random_password.k3s_token.result
cluster-init = true
disable-cloud-controller = true
disable = ["servicelb", "local-storage"]
flannel-iface = "eth1"