-
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 support for azure public loadbalancer #10915
Conversation
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. |
5ba5703
to
ee7fc85
Compare
/ok-to-test Looks reasonable to me. I noticed we give the public IP address the same name as the load balancer. Can a load balancer have more than one public IP address? If so we may want to suffix the IP address name. |
@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.
Looks good to me too!
@kenji-cloudnatix: changing LGTM is restricted to collaborators 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. |
I think it is possible for the load balancer to have multiple IP addresses. How would you want me to suffix the name? |
hm it would make sense to suffix the public iP name with something that would differentiate it in situations in which we'd have multiple public IPs. From my cursory search of the docs it seems one would use multiple public IPs for differentiating traffic that uses the same port and protocol. I can't imagine a need for that for our api load balancer, so perhaps keeping the name identical to the load balancer is sufficient. https://docs.microsoft.com/en-us/azure/virtual-network/public-ip-addresses#internet-facing-load-balancers |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
/retest Review the full test history for this PR. Silence the bot with an |
…15-origin-release-1.20 Automated cherry pick of #10915: add support for azure public loadbalancer
No description provided.