removed init-cluster for servers
This commit is contained in:
parent
116f13f6f2
commit
5a20f48346
@ -43,7 +43,6 @@ resource "null_resource" "control_planes" {
|
|||||||
node-name = module.control_planes[count.index].name
|
node-name = module.control_planes[count.index].name
|
||||||
server = "https://${local.first_control_plane_network_ip}:6443"
|
server = "https://${local.first_control_plane_network_ip}:6443"
|
||||||
token = random_password.k3s_token.result
|
token = random_password.k3s_token.result
|
||||||
cluster-init = true
|
|
||||||
disable-cloud-controller = true
|
disable-cloud-controller = true
|
||||||
disable = ["servicelb", "local-storage"]
|
disable = ["servicelb", "local-storage"]
|
||||||
flannel-iface = "eth1"
|
flannel-iface = "eth1"
|
||||||
|
Loading…
Reference in New Issue
Block a user