fix: validate API server LB private IP is unchanged on update#6389
fix: validate API server LB private IP is unchanged on update#6389dee077 wants to merge 2 commits into
Conversation
|
|
|
Welcome @dee077! |
|
Hi @dee077. 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 Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
/ok-to-test |
bryan-cox
left a comment
There was a problem hiding this comment.
Thanks for the contribution @dee077! Overall this is a solid bug fix — the core logic is correct, the deduplication via validateAPIServerLBPrivateIPUnchanged is well-motivated, and the corrected field path is a nice improvement over the original apiServerLB.name. A few items below to consider.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6389 +/- ##
==========================================
+ Coverage 44.06% 44.08% +0.02%
==========================================
Files 289 289
Lines 25383 25392 +9
==========================================
+ Hits 11185 11195 +10
Misses 13422 13422
+ Partials 776 775 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
944f04c to
eae50c4
Compare
|
LGTM label has been added. DetailsGit tree hash: fed77635399a776d0a2188fed9c36dcddff7a59a |
|
New changes are detected. LGTM label has been removed. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: willie-yao The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #5314
Special notes for your reviewer:
TODOs:
Release note: