feat: add untaint control plane nodes task

This commit is contained in:
2026-06-30 23:57:52 +01:00
parent 74bfab7bd8
commit 20f8648d86
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,7 @@
- name: Remove control plane NoSchedule taint
kubernetes.core.k8s_taint:
state: absent
name: "{{ ansible_facts['hostname'] }}"
taints:
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule