Hari Hud
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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'] |
|
|
|
|
|
|
|