Files
homelab-infrastructure/ansible/roles/kubernetes_control_plane/tasks/untaint.yaml
T

8 lines
241 B
YAML

- name: Remove control plane NoSchedule taint from all nodes
kubernetes.core.k8s_taint:
state: absent
name: "{{ inventory_hostname_short }}"
taints:
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule