Update roles/kube-master/tasks/main.yml

This commit is contained in:
2025-11-07 15:23:44 +00:00
parent baa06e11d3
commit 5df04be859

View File

@ -104,6 +104,16 @@
become: yes
- name: kubernetes untaint node-role.kubernetes.io/control-plane:NoSchedule
become: true
shell: |
kubectl taint nodes --all node-role.kubernetes.io/control-plane:NoSchedule-
become_user: fenix
environment:
KUBECONFIG: /home/fenix/.kube/config
ignore_errors: yes
- name: kubernetes unlabel node-role.kubernetes.io/control-plane
become: true
shell: |