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

[Question] Does the current edge network CNI plugin only support flannel? #924

Closed
slm940208 opened this issue Jul 20, 2022 · 4 comments
Closed
Labels
kind/question kind/question

Comments

@slm940208
Copy link
Contributor

Does the current edge network CNI plugin only support flannel?

@slm940208 slm940208 added the kind/question kind/question label Jul 20, 2022
@rambohe-ch
Copy link
Member

@slm940208 Thank you for raising issue. in fact, all of cni network solutions(like flannel, calico) are supported in OpenYurt because no modification has been made to Kubernetes.

but use cni network solution directly in cloud-edge scenario, when network connection between cloud and edge offline, if cni network plugin restart for some reason(like node reboot), the edge network settings maybe can not recover because network plugin can not get metadata(like service, endpoints) from cloud.

@rambohe-ch
Copy link
Member

@slm940208 and for flannel, we have made some optimization in order to solving the above problems. you can dive into the detail design here: https://openyurt.io/docs/user-manuals/network/edge-pod-network/

@slm940208
Copy link
Contributor Author

@rambohe-ch Thank you for your reply. The current community only gives Flannel's modification scheme?

@rambohe-ch
Copy link
Member

@rambohe-ch Thank you for your reply. The current community only gives Flannel's modification scheme?

@slm940208 yes, only flannel is supported at present. and calico is under supported by this issue: #857

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

No branches or pull requests

2 participants