-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Add JobReadyPods feature gate #30593
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing. 🔨 Explore the source changes: d42a12c 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/619ea31c5d64de0008fa7f1b |
/assign |
@alculquicondor, I don't see a hold here so is this PR ready to review or are more docs needed? |
This is ready for review. |
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.
Two nits
(As we only expect alpha-quality docs at this point, the PR is fine to merge as-is, providing there's no objection from SIG Apps).
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
1baa890
to
15c9a96
Compare
Applied the suggestions. Thanks! /assign @soltysh |
@@ -131,6 +131,7 @@ different Kubernetes components. | |||
| `JobMutableNodeSchedulingDirectives` | `true` | Beta | 1.23 | | | |||
| `JobTrackingWithFinalizers` | `false` | Alpha | 1.22 | 1.22 | | |||
| `JobTrackingWithFinalizers` | `true` | Beta | 1.23 | | | |||
| `JobReadyPods` | `false` | Alpha | 1.23 | | |
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.
Move this before line 132
15c9a96
to
6f6891d
Compare
Fixed order |
@alculquicondor did the order fixing that Qiming suggested work? I don't see a change (not sure if on my end) |
6f6891d
to
d42a12c
Compare
Sorry, I forgot to push :| |
Thank you :) This looks great, thanks for the PR! /lgtm |
LGTM label has been added. Git tree hash: 63f07d8700ec1d62936ad1804fcbda45a54da664
|
/lgtm |
@alculquicondor Is this ready to merge from your perspective? |
yes |
@alculquicondor Thanks! |
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
from sig-apps pov
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlbutler, 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 |
Thanks @soltysh ! |
Add state and description for JobReadyPods feature gate.
The rest of the documentation is on the API reference.
Ref kubernetes/enhancements#2879
/sig apps