-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
WIP: containerd: Support for kubenet-style networking modes #10586
Conversation
By configuration conf_template, we can continue to support these networking modes.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@justinsb: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@hakman that's surprising; this is how all the CNI plugins work :-) Do you have a link to what's deprecated? I can imagine that maybe conf_template is deprecated, in which case each provider (e.g. kopeio networking) might have to implement this behaviour. We can also change the default to a different CNI provider, though then we'd have to agree what the new default should be, which will be tricky... |
Ah - I bet the confusion is passing Maybe we should come up with a better name for "kubenet-style" to avoid the confusion! The reason I pursued this was because otherwise we have to figure out a migration strategy for clusters using kubenet/kopeio/gce-networking. |
Yes, I meant the template from containerd conf and what it does behind the scenes. |
@justinsb I added #10651 back to the master branch and cherry-picked for 1.19. |
@justinsb: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks for fixing @hakman - this is now unneeded /close |
@justinsb: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
By configuration conf_template, we can continue to support these
networking modes.