Ignore error when ipvsadm utility not found on node (#7587)
This commit is contained in:
@ -206,6 +206,7 @@
|
||||
|
||||
- name: Clear IPVS virtual server table
|
||||
command: "ipvsadm -C"
|
||||
ignore_errors: yes
|
||||
when:
|
||||
- kube_proxy_mode == 'ipvs' and inventory_hostname in groups['k8s_cluster']
|
||||
|
||||
|
Reference in New Issue
Block a user