-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Check both name and ports for azure health probes #56918
Conversation
/sig azure |
/area cloudprovider |
/lgtm |
/assign @brendandburns |
/lgtm |
/retest |
@feiskyer could you squash the commits? No need to have multiple commits for a single checking. |
@dixudx Thanks for reviewing. Squashed commits. PTAL. |
/lgtm |
@brendandburns Could you also help to approve milestone? |
/retest Review the full test history for this PR. |
I don't think this PR does anything in reality. The probe name already encodes the Port... so this check doesn't add anything. See the way the load balancer probe names are determined:
(Can you revert the impl and run the tests again and verify they fail? I think they're going to pass.) |
Also, your text in your PR mentions "nodePorts" but I don't see you checking that field. |
/lgtm cancel Canceled because the tests pass without the implementation changes. |
[MILESTONENOTIFIER] Milestone Pull Request Current @andyzhangx @brendandburns @colemickens @dixudx @feiskyer @rootfs Note: This pull request is marked as Example update:
Pull Request Labels
|
I forget the NodePort is user edittable. |
I'm removing the milestone because it appears this isn't ready yet and the issue has existed since before 1.9, so I don't think it should block 1.9.0. Please let me know if you disagree. |
@colemickens probe.Port is actually nodePort and it could be changed by user. @enisoc This is a fix for #56898, and the PR itself has already ready. It should also be cherry-picked to old releases. Please help to add the milestone back. |
@colemickens add the magical lgtm lable back? |
Spoke with @feiskyer. I read this wrong, |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, brendandburns, colemickens, dixudx, feiskyer Associated issue: #56898 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@colemickens thanks. I also added the milestone back. @enisoc @colemickens thanks for reviewing this. |
Automatic merge from submit-queue (batch tested with PRs 56599, 56824, 56918, 56967, 56959). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
Check both name and ports for azure health probes, so that probe ports could follow nodePorts changes.
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 #56898
Special notes for your reviewer:
Should be cherry-picked in 1.7, 1.8, 1.9.
Release note: