Browse Source

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

pull/7561/head
Hari Hud 3 years ago
committed by GitHub
parent
commit
6e7649360f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/reset/tasks/main.yml

1
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']

Loading…
Cancel
Save