-
Notifications
You must be signed in to change notification settings - Fork 578
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
🐛 fix: additional control plane LBs must use correct schema/subnets #4840
🐛 fix: additional control plane LBs must use correct schema/subnets #4840
Conversation
Hi @mtulio. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. |
/test ? |
@mtulio: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
/assign @vincepri |
Cluster installed successfully w/ second LB in the correct subnets (public). This PR is ready for review. |
@mtulio: GitHub didn't allow me to request PR reviews from the following users: patrickdillon, r4f4. Note that only kubernetes-sigs 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. |
/assign @nrb |
/ok-to-test |
/retest Unrelated infra errors |
88ad248
to
6422b40
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.
/lgtm
/assign @nrb @richardcase
Ignoring the apidiff as it is informational. |
6422b40
to
dc2daa1
Compare
8b91067
to
48e2f12
Compare
/lgtm |
@richardcase would you mind to taking a look at this PR? |
Not sure why the /tide refresh |
48e2f12
to
9eb9b22
Compare
The additional (non-primary) Control planes with schema different than the primary are getting incorrect subnets. The fix makes sure that the schema for the lbSpec is checked, instead of the primary. Considering we can access the lbSpec locally, we no longer need the function ControlPlaneLoadBalancerScheme.
9eb9b22
to
0714d36
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vincepri 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Secondary control plane load balancer is created using same schema of primary, failing in some scenarios like primary is created as private (internal) and secondary external (internet-facing) - it will result in the external LB w/ private subnets.
Which issue(s) this PR fixes
Special notes for your reviewer:
Checklist:
Release note: