This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Support CNI network plugin in Frakti #58
Comments
also assign to @monster-z who volunteered to fix this |
Merged
@YaoZengzeng Would you like to continue those CNI related work? |
@feiskyer Yes, of course |
TIP: we could avoid network interface scanning after containernetworking/cni#145 is merged. |
All done. |
@YaoZengzeng containernetworking/cni#145 is merged, please update the existing code when you have time. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Need to support CNI plugin in Kubernetes + Frakti. The implementation requires finding a way to generate network configuration from CNI and pass these information to hyperd in expected syntax.
A very similar approach is CNI plugin support in CRI-O, please check these for details:
cri-o/cri-o#237
https://github.com/kubernetes-incubator/cri-o#setup-cni-networking
TODOs:
deployment, e.g. bymake install
The text was updated successfully, but these errors were encountered: