-
Notifications
You must be signed in to change notification settings - Fork 15k
[KEP-3960] - update docs for GA #51401
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
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
Marking as a work in progress |
/retest |
- stage: stable | ||
defaultValue: true | ||
fromVersion: "1.34" | ||
--- |
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.
you need to update content/en/docs/concepts/containers/container-lifecycle-hooks.md
as well.
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.
Isn't it already updated? Or are you suggesting something else I didn't include in this pr?
BTW, is this related to the failed tests? I'm confused why the tests are failing and I can't re-run them.
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.
Isn't it already updated?
No. I don't think so.
Or are you suggesting something else I didn't include in this pr?
The page I mentioned still says that the gate is in Beta, IIRC.
BTW, is this related to the failed tests? I'm confused why the tests are failing and I can't re-run them.
No. You have to rebase your PR to the HEAD of dev-1.34 branch where a temporary bug has been fixed.
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 page I mentioned still says that the gate is in Beta, IIRC.
Ah I think there might be a misunderstanding.
There is another gate called PodLifecycleSleepActionAllowZero
in the page you mentioned, that's a different gate than PodLifecycleSleepAction
.
Can you confirm? I should have deleted the part describing PodLifecycleSleepAction
is in beta status.
https://github.com/kubernetes/website/pull/51401/files#diff-db7d68386819ee82bcfefbc968191fec950a8dca9d7c9edd413d646ddc034371L67
However, since PodLifecycleSleepActionAllowZero
and PodLifecycleSleepAction
are closely related, and both will be GA in 1.34, maybe we can also update the docs for them in one same pr @sreeram-venkitesh
No. You have to rebase your PR to the HEAD of dev-1.34 branch where a temporary bug has been fixed.
Thanks, I'll have a try.
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 had opened #51490 for PodLifecycleSleepActionAllowZero
for meeting the docs deadlines. The only docs change there is to update the feature gate and remove a note. I'm okay to merge the changes in the same PR. I can do the same as I did for the code PR, push my commit to this branch as co-author. Please let me know whatever works!
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
/remove-language zh |
Hello @AxeZhan 👋! I'm reaching out from the Docs team. Just checking in as we approach Docs Freeze on Wednesday August 6, 2025 18:00 PDT. This documentation appears to still be under review. To meet the Docs Freeze, this PR must have a technical review as well as lgtm and approve labels applied, without any unaddressed comments or concerns from SIG Docs. Thank you! |
I think both way is ok. Since both pr is already created. Let's go separatly. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: reylejano 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 |
Hello @AxeZhan 👋! I'm reaching out on behalf of the Release Docs team. A friendly reminder that Docs Freeze is approaching today, at 18:00 PT (in less than 8 hours). This documentation PR appears to still be under review. Here's where it currently stands:
If you wish to include this enhancement in 1.34 but are concerned about meeting the deadline, please consider proactively filing an exception request. Thanks! cc: @kubernetes/sig-node-leads FYSA |
/lgtm |
LGTM label has been added. Git tree hash: d1672109247dec9c2a257e6873810f0298e42be9
|
/lgtm This is a graduation of a feature gate to GA, the only requirement missing were the e2e test so I assume the content is ok kubernetes/kubernetes#132595 The same PR also graduated |
Description
Document PodLifecycleSleepAction for GA
Issue
GA doc requirement for KEP-3960
Closes: #