Replies: 1 comment
-
Talking with folks on the bug scrub, we don't think we've tried EKS CNI ourselves and we think we recall other users upstream running into issues with it. If you're willing to help work with us to figure out what's missing, we'd be happy to try to get it working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to connect two aws eks clusters present in two different regions using submariner. subctl show connections is showing that the connection is established between two clusters. I am able to ping IP of pods present in gateway nodes from another gateway node as well as from pod in another gateway node. But I am unable to ping the IP of a worker node to another worker node (non gateway nodes). when I did subctl diagnose all I am getting
![Screenshot 2025-01-16 160820](https://private-user-images.githubusercontent.com/102846775/403830638-fc7a2451-17e5-43e8-bb08-d4d95ad354e9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTgzMDMsIm5iZiI6MTczOTAxODAwMywicGF0aCI6Ii8xMDI4NDY3NzUvNDAzODMwNjM4LWZjN2EyNDUxLTE3ZTUtNDNlOC1iYjA4LWQ0ZDk1YWQzNTRlOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMjMzMjNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zNWNiMWI2Y2EwNzM0NmI4YThmNDg3MzQ4OGJiYzMyZGM0YzJiODQ0MDBmNTNhM2YxOTNlYWY1MjFmYzBiODA2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.B092XaQ6oBvF9hM0m7sOzMazb0e0Ezjo8uGTpw1wXUs)
⚠ Submariner could not detect the CNI network plugin and is using ("generic") plugin. It may or may not work.
Is this problem occurring because submariner does not support AWS CNI?
Beta Was this translation helpful? Give feedback.
All reactions