k8s taint module
This commit is contained in:
7
ansible/roles/k8s_taint/tasks/main.yaml
Normal file
7
ansible/roles/k8s_taint/tasks/main.yaml
Normal 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
|
Reference in New Issue
Block a user