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

This commit is contained in:
2025-11-07 11:58:32 +00:00
parent d6d5a94fd1
commit 946621ae59

View File

@ -103,6 +103,17 @@
delay: 6
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
- name: cat flannel
become: true
shell: |