-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Remove DeprecatedVersion for apiserver_storage_objects, adjust help text #133431
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 DeprecatedVersion for apiserver_storage_objects, adjust help text #133431
Conversation
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Thu Aug 7 16:22:30 UTC 2025. |
27e5010
to
91d3148
Compare
/sig instrumentation |
/milestone v1.34 |
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, thanks for the fix!
91d3148
to
6263949
Compare
This PR may require stable metrics review. Stable metrics are guaranteed to not change. Please review the documentation for the requirements and lifecycle of stable metrics and ensure that your metrics meet these guidelines. |
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
thanks!
LGTM label has been added. Git tree hash: 5446689c4b8f10647a918cc6ab01210a6baf8a65
|
verify failure looks legitimate, need to regen metrics descriptors other two look like DRA flakes :-/
That test must expect / tolerate / retry conflict errors if it is concurrently modifying an object. cc @johnbelamaric @KobayashiD27 - please open an issue tracking this flake and make that test more robust. The e2e failure is #133384 - cc @johnbelamaric @yliaog |
6263949
to
cbd6fb8
Compare
/retest |
/assign @serathius |
Looks like we also hit the stream translator unit flakes again the DRA integration test flake was https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/133431/pull-kubernetes-integration/1953575194152931328 the e2e flake should hopefully be fixed shortly |
#130018 Most recently, but that package has been plagued with flakes. |
/lgtm |
LGTM label has been added. Git tree hash: aabd62142f8a1274e0953c02a94321ae9444eda8
|
/approve |
cc @kubernetes/release-team-leads @Vyom-Yadav This PR needs to be included in the 1.34 release. Meanwhile @liggitt might be able to help get the necessarily approval. |
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logicalhan, michaelasp, richabanker, serathius 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 cleanup
What this PR does / why we need it:
Removes the DeprecatedVersion=1.34.0 from
apiserver_storage_objects
One of the follow ups from here
Which issue(s) this PR is related to:
Issue: #133429
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: