-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
[WIP] KEP 4818: PodLifecycleSleepActionAllowZero #48439
base: dev-1.32
Are you sure you want to change the base?
[WIP] KEP 4818: PodLifecycleSleepActionAllowZero #48439
Conversation
Placeholder PR for the KEP, will come back to this next week. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
- stage: alpha | ||
defaultValue: false | ||
fromVersion: "1.32" | ||
toVersion: "1.32" |
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.
(nit)
toVersion: "1.32" |
(because of https://kubernetes.io/docs/contribute/style/style-guide/#avoid-statements-about-the-future - toVersion: 1.32
means: this gate was no longer alpha in v1.33)
fromVersion: "1.32" | ||
toVersion: "1.32" | ||
--- | ||
Enables setting zero value for the `sleep` action in Container lifecycle hooks. |
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.
Optionally:
Enables setting zero value for the `sleep` action in Container lifecycle hooks. | |
Enables setting zero value for the `sleep` action in | |
[container lifecycle hooks](/docs/concepts/containers/container-lifecycle-hooks/). |
I think this needs to target dev-1.32. |
@kannon92 Ah I missed that, thanks for pointing it out Kevin! |
Localizes image.md to Hindi
Made small corrections!!
According to https://github.com/kubernetes/kubernetes/blob/c15581b277e9e42d830898357fdbd92dcf7981c6/staging/src/k8s.io/component-base/metrics/opts.go#L365 , the manifest content should be a map.
Also switched to a particular tag in the spec repo. Also called out the minor release number in the text of the reference. Signed-off-by: Mike Spreitzer <[email protected]>
Signed-off-by: xin.li <[email protected]>
Revert "update CODEOWNERS" This reverts commit d460a6a. mv ./README-xx.md ./content/xx/README.md update: README.md
Signed-off-by: Marko Mudrinić <[email protected]>
Use Kubernetes blue by referencing a variable.
92ef246
to
1ea5b20
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
I messed up the git history after rebasing, I'll fix it later today! CC: @sftim |
PR needs rebase. 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. |
Hi @sreeram-venkitesh 👋, A quick reminder to get your PR ready for review before the deadline, Tuesday November 19th 2024 at 18:00 PDT. For additional information, refer to: Documenting for a release - PR Ready for Review. Thank you! |
Description
Docs for KEP 4818: Allow zero value for Sleep Action of PreStop Hook.
Related PRs
Issue
Closes: nil, part of kubernetes/enhancements#4818