-
Notifications
You must be signed in to change notification settings - Fork 116
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
Make CNI configurable and add Calico as an option #308
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And please solve the 2 CC issues.
Thank's for the great contribution!
Do you think you can fix the CC issues, too? |
I have been looking at how to optimise it and not sure how to do it. Pointers are welcome :)
|
@xetys wdyt? |
I would say ignore CC, but pls resolve the merge conflicts |
This makes CNI configurable so people can start adding other CNI support to it. Calico is also now one of the options to use. The default is still Canal and it will be picked automatically when no option is given.
Merge conflicts have been resolved. |
This makes CNI configurable so people can start adding other CNI support to it. Calico is also now one of the options to use.
The default is still Canal and it will be picked automatically when no option is given.