Inter-pod communication across different worker nodes fails (e.g., connection timeouts or TCP refusals).
"Failed to retrieve node IPs err=host IP unknown; known addresses" "Can't determine this node's IP, assuming loopback; if this is incorrect, please set the --bind-address flag" "IP address not set for Pod: <namespace>/<pod-name>" "Error when initializing flow exporter" err="failed to resolve FlowAggregator Service
TKG 2.5
Force a state synchronization by restarting the affected network daemons.
Once the node "InternalIP" has been successfully stamped by the CPI (observable via "kubectl get nodes -o wide"), restarting the pods will allow them to fetch the correct identity from the Downward API and accurately reconstruct the local OVS flow tables.
1. Identify the affected worker node where pod traffic is dropping.
2. Restart the "antrea-agent" pod on the affected node:
kubectl delete pod -n kube-system -l app=antrea,component=antrea-agent --field-selector spec.nodeName=<NODE_NAME>
3. Restart the "kube-proxy" pod on the affected node to ensure iptables NAT rules are accurately mapped:
kubectl delete pod -n kube-system -l k8s-app=kube-proxy --field-selector spec.nodeName=<NODE_NAME>