flannel checksum错误如何解决
2023-09-26 本文已影响0人
wwq2020
背景
pod无法跨节点通信,tcpdump出现bad udp cksum,dmesg出现UDP: bad checksum
解决
ethtool -K flannel.1 tx-checksum-ip-generic off
pod无法跨节点通信,tcpdump出现bad udp cksum,dmesg出现UDP: bad checksum
ethtool -K flannel.1 tx-checksum-ip-generic off