Skip to content

Commit

Permalink
fix: missing 'ip link delete cilium_wg0' in rke2-killall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
faelis authored and manuelbuil committed Feb 9, 2024
1 parent c84d8d1 commit 7687754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundle/bin/rke2-killall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ ip link delete vxlan.calico
ip link delete vxlan-v6.calico
ip link delete cilium_vxlan
ip link delete cilium_net
ip link delete cilium_wg0
ip link delete kube-ipvs0

#Delete the nodeLocal created objects
Expand Down

0 comments on commit 7687754

Please sign in to comment.