Skip to content
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

Draft
wants to merge 51 commits into
base: dev-1.32
Choose a base branch
from

Conversation

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 19, 2024
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. language/en Issues or PRs related to English language labels Oct 19, 2024
@sreeram-venkitesh
Copy link
Member Author

Placeholder PR for the KEP, will come back to this next week.

Copy link

netlify bot commented Oct 19, 2024

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 1ea5b20
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/6715c1509619280008b82dc1
😎 Deploy Preview https://deploy-preview-48439--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

- stage: alpha
defaultValue: false
fromVersion: "1.32"
toVersion: "1.32"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nit)

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optionally:

Suggested change
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/).

@kannon92
Copy link
Contributor

I think this needs to target dev-1.32.

@sreeram-venkitesh
Copy link
Member Author

@kannon92 Ah I missed that, thanks for pointing it out Kevin!

@sreeram-venkitesh sreeram-venkitesh changed the base branch from main to dev-1.32 October 21, 2024 02:47
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 21, 2024
ChrisMcD1 and others added 14 commits October 21, 2024 08:19
Localizes image.md to Hindi
Made small corrections!!
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]>
Revert "update CODEOWNERS"

This reverts commit d460a6a.

mv ./README-xx.md ./content/xx/README.md

update: README.md
sftim and others added 2 commits October 21, 2024 08:19
@k8s-ci-robot k8s-ci-robot added area/blog Issues or PRs related to the Kubernetes Blog subproject area/localization General issues or PRs related to localization labels Oct 21, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign sftim for approval. For more information see the Kubernetes Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added area/release-eng Issues or PRs related to the Release Engineering subproject area/web-development Issues or PRs related to the kubernetes.io's infrastructure, design, or build processes language/bn Issues or PRs related to Bengali language language/de Issues or PRs related to German language language/es Issues or PRs related to Spanish language language/fr Issues or PRs related to French language language/hi Issues or PRs related to Hindi language language/id Issues or PRs related to Indonesian language language/it Issues or PRs related to Italian language language/ja Issues or PRs related to Japanese language language/ko Issues or PRs related to Korean language language/pl Issues or PRs related to Polish language language/pt Issues or PRs related to Portuguese language language/ru Issues or PRs related to Russian language language/uk Issues or PRs related to Ukrainian language labels Oct 21, 2024
Copy link

netlify bot commented Oct 21, 2024

👷 Deploy Preview for kubernetes-io-vnext-staging processing.

Name Link
🔨 Latest commit 1ea5b20
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/6715c150c0b23400087d4df3

@k8s-ci-robot k8s-ci-robot added language/vi Issues or PRs related to Vietnamese language language/zh Issues or PRs related to Chinese language sig/docs Categorizes an issue or PR as relevant to SIG Docs. sig/release Categorizes an issue or PR as relevant to SIG Release. labels Oct 21, 2024
@sreeram-venkitesh
Copy link
Member Author

I messed up the git history after rebasing, I'll fix it later today!

CC: @sftim

@k8s-ci-robot
Copy link
Contributor

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.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Nov 5, 2024
@chanieljdan
Copy link
Contributor

chanieljdan commented Nov 10, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/blog Issues or PRs related to the Kubernetes Blog subproject area/localization General issues or PRs related to localization area/release-eng Issues or PRs related to the Release Engineering subproject area/web-development Issues or PRs related to the kubernetes.io's infrastructure, design, or build processes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. language/bn Issues or PRs related to Bengali language language/de Issues or PRs related to German language language/en Issues or PRs related to English language language/es Issues or PRs related to Spanish language language/fr Issues or PRs related to French language language/hi Issues or PRs related to Hindi language language/id Issues or PRs related to Indonesian language language/it Issues or PRs related to Italian language language/ja Issues or PRs related to Japanese language language/ko Issues or PRs related to Korean language language/pl Issues or PRs related to Polish language language/pt Issues or PRs related to Portuguese language language/ru Issues or PRs related to Russian language language/uk Issues or PRs related to Ukrainian language language/vi Issues or PRs related to Vietnamese language language/zh Issues or PRs related to Chinese language needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. sig/docs Categorizes an issue or PR as relevant to SIG Docs. sig/release Categorizes an issue or PR as relevant to SIG Release. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.