-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Graduate JobReadyPods to beta #107476
Graduate JobReadyPods to beta #107476
Conversation
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
614aa48
to
96bffab
Compare
96bffab
to
852adca
Compare
852adca
to
25777ca
Compare
25777ca
to
cf940e7
Compare
/triage accepted |
/retest |
cf940e7
to
ecafef2
Compare
/label api-review |
@@ -889,7 +890,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS | |||
TTLAfterFinished: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 | |||
IndexedJob: {Default: true, PreRelease: featuregate.Beta}, | |||
JobTrackingWithFinalizers: {Default: true, PreRelease: featuregate.Beta}, | |||
JobReadyPods: {Default: false, PreRelease: featuregate.Alpha}, | |||
JobReadyPods: {Default: true, PreRelease: featuregate.Beta}, |
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.
I thought we were no longer defaulting beta features on?
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.
beta endpoints, to start, since that is what causes 99% of user pain.
policy for beta fields hasn't changed, since they have proven far less disruptive.
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.
OK
/approve |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
/test pull-kubernetes-integration |
2 similar comments
/test pull-kubernetes-integration |
/test pull-kubernetes-integration |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
1 similar comment
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
Set podUpdateBatchPeriod to 1s Change-Id: I8a10fd8f8559adad9df179b664b8c82851607855
ecafef2
to
8c00f51
Compare
Fixed the integration test (since it was a new test, it didn't have the |
/retest |
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
/test pull-kubernetes-node-e2e-containerd |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, lavalamp, soltysh 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 |
/test pull-kubernetes-e2e-gce-100-performance |
/test pull-kubernetes-e2e-gce-ubuntu-containerd |
/milestone v1.24 |
What type of PR is this?
/kind feature
/kind api-change
What this PR does / why we need it:
Graduate JobReadyPods to beta.
Set the podUpdateBatchPeriod to 1s (kubernetes/enhancements#3249).
When the feature is enabled, the field .status.ready track the number of ready pods in a Job.
/sig apps
Which issue(s) this PR fixes:
Part of kubernetes/enhancements#2879
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: