I have a k3s
cluster that have system pods with calico
policy applied:
kube-system pod/calico-node-xxxx
kube-system pod/calico-kube-controllers-xxxxxx
kube-system pod/metrics-server-xxxxx
kube-system pod/local-path-provisioner-xxxxx
kube-system pod/coredns-xxxxx
app-system pod/my-app-xxxx
I ran /usr/local/bin/k3s-killall.sh to clean up containers and networks. Will this clean/remove/reset my calico networking also? (though after killall.sh
the iptables of calico still present)
Quoting from the killall.sh link:
The killall script cleans up containers, K3s directories, and networking components while also removing the iptables chain with all the associated rules.
It says that networking component will also be cleaned up though but is it kubernetes networking or any networking applied to cluster?