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

Submariner integration #1291

Closed
oilbeater opened this issue Feb 11, 2022 · 1 comment
Closed

Submariner integration #1291

oilbeater opened this issue Feb 11, 2022 · 1 comment
Assignees
Labels
feature New network feature

Comments

@oilbeater
Copy link
Collaborator

Feature request

Kube-OVN already has the ability to connect multi-cluster Pods by Pod IP. However users prefer to use cluster ip or dns name to connect a service in remote clusters. Submariner has an all in one solution to enables direct networking between Pods and Services, we should check if it works for Kube-OVN

@oilbeater oilbeater added the feature New network feature label Feb 15, 2022
@lut777
Copy link
Contributor

lut777 commented Mar 1, 2022

The following problems currently exist:
1, when the submariner operator joins a broker, it can not correctly read the CNI svcCIDR and podCIDR.
2, manually specify the correct PodCIDR will lead the gateway to error during the initialization of gateway. A wrong PodCIDR(e.g., use joinCIDR) may pass the gateway check but will inevitable lead to an invalid dataplane.

So before we move on, there are some features need to be fixed.

@oilbeater oilbeater self-assigned this Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New network feature
Projects
None yet
Development

No branches or pull requests

2 participants