Skip to content
Snippets Groups Projects
Commit 4bdd0ce4 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by k8s-ci-robot
Browse files

Allow kubeadm master untaint to fail (#3549)

parent a48131f1
No related branches found
No related tags found
No related merge requests found
......@@ -215,3 +215,4 @@
command: "{{ bin_dir }}/kubectl taint node {{ inventory_hostname }} node-role.kubernetes.io/master:NoSchedule-"
delegate_to: "{{groups['kube-master']|first}}"
when: inventory_hostname in groups['kube-node']
failed_when: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment