Skip to content

Commit

Permalink
without hostname-override
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvveen committed Feb 10, 2025
1 parent 1dc4978 commit eaf23b8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions 03-talos.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ data "talos_machine_configuration" "controlplane" {
local.config_patches_common,
[yamlencode(local.common_config_patch)],
[yamlencode(local.config_cilium_patch)],
[yamlencode(
{
machine = {
kubelet = {
extraArgs = {
hostname-override = module.talos_control_plane_nodes[each.key].id
}
}
}
}
)
],
# [yamlencode(
# {
# machine = {
# kubelet = {
# extraArgs = {
# hostname-override = module.talos_control_plane_nodes[each.key].id
# }
# }
# }
# }
# )
# ],
[for path in var.control_plane.config_patch_files : file(path)]
)
}
Expand Down

0 comments on commit eaf23b8

Please sign in to comment.