Network issues with Cilium with tunnel: geneve
#306
-
Hello, I've installed cluster with cilium CNI with After digging around, I've found it may an issue with Cilium's auto MTU which is setting MTU to 1500 from external interface but private interface has 1450 MTU. As per suggestions, I changed Cilium MTU to different values, 1300 seems to have worked for many, without any success. relevant cilium issue 14339 Later I've changed tunnel to Anyone faced similar issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks for sharing @hariprasadiit. I've not used it enough to notice that issue. I will update the example to remove geneve, as the default is vxlan. Don't forget the cilium-cli connectivity test, it seemed really thorough the last time I used it. |
Beta Was this translation helpful? Give feedback.
-
@mysticaltech Thanks for the suggestion. I'll try cilium-cli next time when I face network issues. |
Beta Was this translation helpful? Give feedback.
Thanks for sharing @hariprasadiit. I've not used it enough to notice that issue. I will update the example to remove geneve, as the default is vxlan.
Don't forget the cilium-cli connectivity test, it seemed really thorough the last time I used it.