Skip to content
Snippets Groups Projects
Commit 5a5cf15c authored by Samina Fu's avatar Samina Fu Committed by k8s-ci-robot
Browse files

Add clear ipvs virtual server table when reset k8s (#3530)

parent 4d2b6b71
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,11 @@ ...@@ -107,6 +107,11 @@
tags: tags:
- iptables - iptables
- name: Clear IPVS virtual server table
shell: "ipvsadm -C"
when:
- kube_proxy_mode == 'ipvs'
- name: reset | delete some files and directories - name: reset | delete some files and directories
file: file:
path: "{{ item }}" path: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment