-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Promote CronJobControllerV2 flag to GA #28229
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing. 🔨 Explore the source changes: f3101ee 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/60c868fa35790b0008503efe |
i don't see this graduation being tracked for 1.22, @soltysh can you confirm that this is tracked currently for 1.22? also hold for the pr to land in case it is. |
we've been talking about this in the RT team and it seems that it might need an exception to be tracked for 1.22 |
@PI-Victor good catch, it slipped my attention, I filled in the exception request in https://groups.google.com/g/kubernetes-sig-release/c/LejSpoeCiWg |
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
LGTM label has been added. Git tree hash: 2b6b6bc7d69617afa3869b329fef5f8d2048f6e5
|
@@ -94,7 +94,8 @@ different Kubernetes components. | |||
| `ConfigurableFSGroupPolicy` | `false` | Alpha | 1.18 | 1.19 | | |||
| `ConfigurableFSGroupPolicy` | `true` | Beta | 1.20 | | | |||
| `CronJobControllerV2` | `false` | Alpha | 1.20 | 1.20 | | |||
| `CronJobControllerV2` | `true` | Beta | 1.21 | | | |||
| `CronJobControllerV2` | `true` | Beta | 1.21 | 1.21 | | |||
| `CronJobControllerV2` | `true` | GA | 1.22 | - | |
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.
since this is now graduating, it needs to be moved below in the table Feature gates for graduated or deprecated features
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.
sorry, just to be more succinct, all CronJobControllerV2
entries from here now will go in that table.
also the description for the controller on the same page says:
Is it safe to say that |
/assign |
Yeah, good point updated. I'm also including a fix to #27394. |
@PI-Victor should be all good now |
/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 |
appreciate it, thank you! |
LGTM label has been added. Git tree hash: b47e9c5622ad7d734e7a1965e8cdb5fa9b63d819
|
since this is now marked as tracked and the enhancement has green light, i'll go ahead and remove the hold |
This goes in pair with kubernetes/kubernetes#102529
Fixes #27394
/assign @alaypatel07