k8s taint module

This commit is contained in:
2022-11-02 13:21:31 +13:00
parent 75e78ea7c8
commit 73982fd7b7
9 changed files with 38 additions and 9 deletions

View File

@ -0,0 +1,7 @@
---
- name: loop remove_taint for control plane nodes # This allows scheduling workloads on control plane nodes
with_items:
- "{{ groups['k8s_control'] }}"
loop_control:
loop_var: node
ansible.builtin.include_tasks: remove_taint.yaml