diff --git a/servers.tf b/servers.tf index ef3856f..6ca5942 100644 --- a/servers.tf +++ b/servers.tf @@ -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"