-
Notifications
You must be signed in to change notification settings - Fork 443
Remove deprecated field NumberOfProbes #5562
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
Remove deprecated field NumberOfProbes #5562
Conversation
Welcome @jhixson74! |
Hi @jhixson74. 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-sigs/prow repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5562 +/- ##
=======================================
Coverage 53.27% 53.27%
=======================================
Files 272 272
Lines 29533 29533
=======================================
Hits 15735 15735
Misses 12983 12983
Partials 815 815 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/ok-to-test |
140675a
to
4ccd0f5
Compare
/retest-required |
4ccd0f5
to
5591769
Compare
Microsoft is retiring the numberOfProbes property in 2027. It is being replaced by probeThreshold. https://learn.microsoft.com/en-us/answers/questions/2104921/action-required-end-of-support-for-microsoft-azure
5591769
to
6545032
Compare
/retest |
1 similar comment
/retest |
Looks good to me so far. Although I wonder if don't need the @willie-yao @mboersma What do you say ? |
I agree that |
/label kind/cleanup |
@nawazkh: The label(s) 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-sigs/prow repository. |
/test ls |
@nawazkh: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
/test pull-cluster-api-provider-azure-e2e-optional |
/label cleanup |
@nawazkh: The label(s) 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-sigs/prow repository. |
Sorry about the spam of comments @jhixson74 . I was trying to update the label here to a |
/lgtm |
LGTM label has been added. Git tree hash: eb39d0f9ad366b1b2757b19db70aefd7a92c31c5
|
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
/approve
[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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@jhixson74: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
/test pull-cluster-api-provider-azure-e2e |
/cherry-pick release-1.18 |
@nawazkh: #5562 failed to apply on top of branch "release-1.18":
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-sigs/prow repository. |
What type of PR is this?
/kind deprecation
What this PR does / why we need it:
Microsoft is retiring the numberOfProbes property in 2027. It is being replaced by probeThreshold.
https://learn.microsoft.com/en-us/answers/questions/2104921/action-required-end-of-support-for-microsoft-azure
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 #
Special notes for your reviewer:
TODOs:
Release note: