-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Enable portmap for the default cni bridge #10782
Conversation
Otherwise the registry addon will not work, since it uses hostPort 5000 (which in turn requires port mapping enabled)
/ok-to-test |
kvm2 Driver |
@afbjorklund dont we need to add portmap for kindnet cni ? |
As far as I can tell, it already had it enabled since before: /etc/cni/net.d/10-kindnet.conflist
|
But for some reason I also had a CRI-O CNI, without it.
As far as i can tell, kube-proxy was started before kindnetd. /etc/cni/net.d/100-crio-bridge.conf
EDIT: It is included in the cri-o package: /etc/cni/net.d/100-crio-bridge.conf Removing cri-o makes containerd work again. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, medyagh 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 |
Otherwise the registry addon will not work, since it uses
hostPort 5000 (which in turn requires port mapping enabled)
Closes #10778