diff --git a/roles/reset/tasks/main.yml b/roles/reset/tasks/main.yml index 848497556b3d79cc2670056315e795b255dbb232..4af4699cb4ce1db8a60d896de469a0b50cdbd2c2 100644 --- a/roles/reset/tasks/main.yml +++ b/roles/reset/tasks/main.yml @@ -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']