-
Notifications
You must be signed in to change notification settings - Fork 193
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
Globalnet Controller support for OVN #383
Comments
This issue has been automatically marked as stale because it has not had activity for 120 days. It will be closed if no further activity occurs. Please make a comment if this issue/pr is still valid. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had activity for 60 days. It will be closed if no further activity occurs. Please make a comment if this issue/pr is still valid. Thank you for your contributions. |
bump |
This issue has been automatically marked as stale because it has not had activity for 60 days. It will be closed if no further activity occurs. Please make a comment if this issue/pr is still valid. Thank you for your contributions. |
bump |
This issue has been automatically marked as stale because it has not had activity for 60 days. It will be closed if no further activity occurs. Please make a comment if this issue/pr is still valid. Thank you for your contributions. |
I should be able to implement this relatively easily following the merging of #1689 Adding NAT's to the submariner router is mechanism I would use for now. |
This work depends on getting the basic OVN route-agent driver working with Vanilla Submariner working. Once we have that working, we can evaluate if implementing the following interface APIs is sufficient for supporting Globalnet for OVN or if anything else is required. |
Already tracked in: submariner-io/enhancements#97 |
Before working on this, we need to have this ready: #652
The current implementation of Globalnet Controller works with iptables based kubeproxy. We have to add support for clusters that use OVN as the network-plugin driver.
This can be possibly implemented with snat/dnat rules in the submariner_router, although we could always rely to iptables on the host if we need to.
See: submariner-io/enhancements#11
Related-Issue: #778
The text was updated successfully, but these errors were encountered: