You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pods are unable to communicate with each other or access the internet when Flannel is running. Disabling IP checksum offloading on the flannel.1 interface using sudo ethtool -K flannel.1 tx-checksum-ip-generic off resolves the issue temporarily, but the setting does not persist after reboot.
Expected Behavior
Pods should communicate with each other and access the internet without requiring manual intervention.
Current Behavior
Pods fail to communicate, and external internet is inaccessible.
Your Environment
Flannel version: v0.26.2
Backend used (e.g. vxlan or udp): vxlan
Etcd version: 3.5.15-0
Kubernetes version (if used): v1.30.8
Operating System and version: Ubuntu 24.04.1 LTS
The text was updated successfully, but these errors were encountered:
KavyaBhalodia
changed the title
Pods not able to communicate with each other and not able to reach internet. I have to turn off IP checksum offloading on flannel for pod communication using the command "sudo ethtool -K flannel.1 tx-checksum-ip-generic off", after which everything works fine. The setting implemented by command doesn't persist after reboot.
Pods cannot communicate with each other or reach the internet until IP checksum offloading is turned off on flannel.1
Jan 6, 2025
Pods are unable to communicate with each other or access the internet when Flannel is running. Disabling IP checksum offloading on the
flannel.1
interface usingsudo ethtool -K flannel.1 tx-checksum-ip-generic off
resolves the issue temporarily, but the setting does not persist after reboot.Expected Behavior
Pods should communicate with each other and access the internet without requiring manual intervention.
Current Behavior
Pods fail to communicate, and external internet is inaccessible.
Your Environment
The text was updated successfully, but these errors were encountered: