-
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
Support for using hostPort when using kube-router #9689
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. |
Welcome @andsens! |
Hi @andsens. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/check-cla |
/assign @johngmyers |
@andsens Please fix the CLA problem. You might need to ensure your email address is associated with your GitHub account. |
@johngmyers I am signed up, somethings buggy somewhere. We signed up as an org and my google account is connected as an employee account. It doesn't seem that my github account will connect though. And the org is definitely signed up: Any pointers? |
@andsens is your github email and the author email used in the git commits associated with the org? You may need to use the helpdesk mentioned in the first bot comment above
|
/check-cla |
/ok-to-test |
@rifelpet @johngmyers, fixed. My account at LF was just an administrator and not a contributor. |
The GitHub Actions and Travis failures are because you need to run |
@rifelpet fixed |
@andsens a few more things:
Thanks! |
@hakman I don't understand what that has to do with enabling an unrelated plugin? I'd rather not take ownership of code I don't understand by showing up in git-blame. |
The parameter is part of the |
Hey @andsens. Just wanted to check if you are ok with the suggested change to bump the manifest version. It is required for the updates to work properly. Thanks. kops/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go Lines 842 to 846 in 4990b71
|
@hakman argh, apologies. I saw your mail this morning and planned to do the bump and then immediately forgot all about it. |
Sound good. Thanks @andsens! |
@hakman done. I enabled BGP graceful restart as well. Had to read up on it to figure out what it does first though, pretty neat :-) |
Hehe. Really nice @andsens. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andsens, hakman 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 |
Enable portmap plugin in the kube-router cni config to support hostPort.
Similar to #7295 (flannel), #4063 (canal), and #3206 (calico).