Skip to content
Snippets Groups Projects
Unverified Commit 6e764936 authored by Hari Hud's avatar Hari Hud Committed by GitHub
Browse files

Ignore error when ipvsadm utility not found on node (#7587)

parent 1dd38721
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment