ip problem solved

This commit is contained in:
Karim Naufal
2022-04-09 09:51:11 +02:00
parent 65297f7ded
commit 4117776994
5 changed files with 13 additions and 15 deletions

View File

@@ -210,6 +210,4 @@ locals {
# Default k3s node labels
default_agent_labels = concat([], var.automatically_upgrade_k3s ? ["k3s_upgrade=true"] : [])
default_control_plane_labels = concat([], var.allow_scheduling_on_control_plane ? [] : ["node-role.kubernetes.io/master:NoSchedule"])
first_control_plane = module.control_planes[keys(module.control_planes)[0]]
}