-
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
add azure support for internal loadbalancer to k8s api #10744
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 @collin-woodruff-t1cg! |
Hi @collin-woodruff-t1cg. 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 |
abe0bd8
to
f4c33b9
Compare
/ok-to-test |
@rifelpet: GitHub didn't allow me to request PR reviews from the following users: kenji-cloudnatix. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
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.
Thanks for making the change, @collin-woodruff-t1cg ! I'm not very familiar with the LB logic in kops. Just made several superficial comments..
c93805c
to
283c113
Compare
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.
Looks good to me!
ccb4f27
to
9a6e2dd
Compare
9a6e2dd
to
6b0f4e7
Compare
6b0f4e7
to
43fe993
Compare
43fe993
to
1211131
Compare
1211131
to
6309733
Compare
6309733
to
db3a6c8
Compare
db3a6c8
to
2d834ec
Compare
2d834ec
to
88375da
Compare
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.
sorry one more minor fix and then we can get this merged
88375da
to
6a8d474
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: collin-woodruff-t1cg, kenji-cloudnatix, rifelpet 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 |
…44-origin-release-1.20 Automated cherry pick of #10744: add internal loadbalancer for azure
Creates Basic type Loadbalancer that can be used to connect to the k8s api.
Notes:
Any guidance to fix these issues would be appreciated. I'd be happy to add the fixes to my pr.