-
Notifications
You must be signed in to change notification settings - Fork 15.1k
KEP 4818: PodLifecycleSleepActionAllowZero beta graduation #49858
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
KEP 4818: PodLifecycleSleepActionAllowZero beta graduation #49858
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
✅ Pull request preview available for checking
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
/sig node |
| Resources consumed by the command are counted against the Container. | ||
| * HTTP - Executes an HTTP request against a specific endpoint on the Container. | ||
| * Sleep - Pauses the container for a specified duration. | ||
| This is a beta-level feature default enabled by the `PodLifecycleSleepAction` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/). |
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.
Is this true? Do we still need the note callout block / can we simplify?
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.
The feature gate would be enabled by default. We can remove the callout if that makes sense and mention that Sleep action supports a value of zero from v1.33. I guess this would be okay since sleep action also is at beta stage right now and is not graduating to GA in v1.33.
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 misunderstood the comment initially. The PodLifecycleSleepAction feature gate is still in beta. Since both PodLifecycleSleepAction and PodLifecycleSleepActionAllowZero feature gates are in beta and enabled by default, we can possibly simplify the callout block. Shall I add the line about the zero value in along with the description for sleep in line 59?
|
Hello @sreeram-venkitesh, 👋! I'm reaching out from the Docs team. Just checking in as we approach Docs Freeze on 8th April, 2025 18:00 PDT. |
|
/lgtm from sig node |
|
LGTM label has been added. Git tree hash: 71e81635377de29beed1c76f48dc2dbc5fa253c6
|
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm 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 |
|
/lgtm |
|
LGTM label has been added. Git tree hash: 548392ee1a68c9c264f4b39afbeb8ad211932990
|
Description
Docs changes for KEP 4818: Allow zero value for Sleep Action of PreStop Hook beta graduation.
Related PRs
Issue
Closes: nil, part of kubernetes/enhancements#4818