Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Backport fix for MTU bug to 0.10.x #2692

Open
serhii-kolomiiets opened this issue Aug 12, 2024 · 0 comments
Open

[Feature] Backport fix for MTU bug to 0.10.x #2692

serhii-kolomiiets opened this issue Aug 12, 2024 · 0 comments

Comments

@serhii-kolomiiets
Copy link

Is your feature request related to a problem? Please describe.
I'd like to request a backport of the recent fix addressing the network issues (MTU) between offloaded pods (remote clusters) and services in the consumer cluster, which I believe is related to the liqo-gateway/liqo-route component.
We encountered a network problem where packets weren't fragmented when using liqo-gateway/liqo-route. When the request size exceeds 850 bytes, packets are not passed because they aren't being fragmented. Logs indicate that these larger requests aren't even reaching the consumer cluster. We verified this behaviour across different MTU values, and it consistently occurs with our GKE setup (MTU set to 1400).

Describe the solution you'd like
I noticed that this issue has been fixed in a recent release. Would it be possible to backport this fix to the 0.10.x ? This would greatly benefit users who are still on this version and cannot immediately upgrade to the latest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@serhii-kolomiiets and others