Skip to content
Snippets Groups Projects
Commit 19792cfa authored by Erwan Miran's avatar Erwan Miran Committed by Kubernetes Prow Robot
Browse files

Remove iface kube-ipvs0 on reset when kube_proxy_mode is ipvs (#3802)

parent 9463b70e
Branches
Tags
No related merge requests found
......@@ -112,6 +112,11 @@
when:
- kube_proxy_mode == 'ipvs'
- name: reset | Remove kube-ipvs0
command: "ip link del kube-ipvs0"
when:
- kube_proxy_mode == 'ipvs'
- name: reset | delete some files and directories
file:
path: "{{ item }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment