Add CNI conflict troubleshooting to restart-indri how-to #139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "doc/cni-conflict-troubleshooting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
1-k8s.conflistCNI config can override kindnet's10-kindnet.conflist, causing new pods to use bridge+firewall networking instead of kindnet's ptp — breaking pod-to-pod communicationContext
Encountered this during the 2026-02-10 power outage. Immich, kiwix, and transmission were all crash-looping for ~8 hours due to the CNI conflict. The minikube ansible role's clean boot detection has been improved (#137) so this may not recur, but the troubleshooting guide is valuable if it does.
Test plan