Replies: 2 comments 15 replies
-
How are you installing rke2? If it is by config file, could you please share it? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Can you clarify: Does that mean two pods in the same cluster can communicate but two pods in different clusters can't communicate? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
Two different clusters having the same issue.
Both in debian 11 with kernel 5.10
Applications started to hang. After refresh the page sometimes it was ok
I've found some info about a bug on debian, but fixed after kernel 5.7
I wasn't aware that the issue was only on calico cni, or the fix only works on calico cni.
So, in one of the clusters, I've changed config file to start using cni. Same result
Changed mtu in to 1450, same result.
Found this
and used
ethtool -K flannel.1 tx-checksum-ip-generic off
, same thing.I've seen in tcpdump some checksum errors, that's why I've tried this fixes. But normally people say that they have some issues with coredns.
I don't have that.
And I've installed a daemonset in the cluster, the one with canal cni. And when I curl the the endpoint from the same node there is no problems. From another cluster, it hangs but after a lot of curls.
If I curl to the service it self, never hangs also.
This tests are for's curling the endpoint, several at a time.
I don't find a padron, and I'm out of ideas how to solve this.
Someone has some pointers?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions