terraform-hcloud-kube-hetzner
terraform-hcloud-kube-hetzner copied to clipboard
Fix SELinux option in node pools
trafficstars
Related to #1370
Update the disable_selinux option to correctly disable SELinux on node pools.
- Change the
selinuxoption todisable_selinuxinagents.tf,autoscaler-agents.tf,control_planes.tf,init.tf,locals.tf, andvariables.tf. - Update the
local.k3s-agent-configvariable inagents.tfto use thedisable_selinuxoption. - Update the
data.cloudinit_config.autoscaler_configvariable inautoscaler-agents.tfto use thedisable_selinuxoption. - Update the
local.k3s-configvariable incontrol_planes.tfto use thedisable_selinuxoption. - Update the
null_resource.first_control_planeresource ininit.tfto use thedisable_selinuxoption. - Update the
local.control_plane_nodes,local.agent_nodes_from_integer_counts, andlocal.agent_nodes_from_maps_for_countsvariables inlocals.tfto use thedisable_selinuxoption. - Update the
control_plane_nodepoolsandagent_nodepoolsvariables invariables.tfto use thedisable_selinuxoption.
For more details, open the Copilot Workspace session.