Kubernetes cannot cleanup Flannel
Because your ip link have the old record
look by
ip link
you can see the record, and if you want to clean the record of old flannel and cni
please try
ip link delete cni0
ip link delete flannel.1
Because your ip link have the old record
look by
ip link
you can see the record, and if you want to clean the record of old flannel and cni
please try
ip link delete cni0
ip link delete flannel.1