Calico ContainerStatusUnknown pods #129

Open
opened 2026-01-03 05:18:42 +00:00 by rasmus · 1 comment
Owner

~400 pods monthly, they are not cleaned up and actual running pods are not attempted to be recreated. This may be due to node reboots? Internet hints at netpols.

calico-typha-*

~400 pods monthly, they are not cleaned up and actual running pods are not attempted to be recreated. This may be due to node reboots? Internet hints at netpols. `calico-typha-*`
rasmus added the upkeep label 2026-01-03 05:18:42 +00:00
Author
Owner

bad admin:

kubectl get pods --all-namespaces | grep ContainerStatusUnknown | awk '{print "kubectl delete pod "$2" -n "$1}' | sh
bad admin: ``` kubectl get pods --all-namespaces | grep ContainerStatusUnknown | awk '{print "kubectl delete pod "$2" -n "$1}' | sh ```
Sign in to join this conversation.