This commit is contained in:
Mikael Frykholm 2025-02-04 10:52:39 +01:00
parent 778eceba2b
commit a9c7e81b26
Signed by: mifr
GPG key ID: 1467F9D69135C236

View file

@ -96,7 +96,7 @@ Continue with the workers (Including PG nodes):
kubectl delete pod calico-node-???? -n kube-system ```
### Calico problems
Calico can get in a bad state. Look for problems like `Candidate IP leak handle och too old resource version` in calico-kube-controllers pod. If theese are found calico can be restarted with:
Calico can get in a bad state. Look for problems like `Candidate IP leak handle` and `too old resource version` in calico-kube-controllers pod. If theese are found calico can be restarted with:
kubectl rollout restart deployment calico-kube-controllers -n kube-system
kubectl rollout restart daemonset calico-node -n kube-system