-
Notifications
You must be signed in to change notification settings - Fork 1.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
TimeZone support in CronJob #3140
Comments
/sig apps |
Hello @soltysh 👋, 1.24 Enhancements team here. Just checking in as we approach enhancements freeze on 18:00pm PT on Thursday Feb 3rd, 2022. For note, This enhancement is targeting for stage Here’s where this enhancement currently stands:
Looks like for this one, we would just require having this KEP PR #3143 merged & that will mark all the above requirements. At the moment, the status of this enhancement is marked as |
@Priyankasaggu11929 #3143 just merged, so I hope that satisfies all the requirements for inclusion. |
Thanks! I've moved this to |
Hi @soltysh 👋🏻 1.24 Docs shadow here. This enhancement is marked as 'Needs Docs' for the 1.24 release. Please follow the steps detailed in the documentation to open a PR against the dev-1.24 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thu March 31, 11:59 PM PDT. Also, if needed take a look at Documenting for a release to familiarize yourself with the docs requirement for the release. Thanks! |
Hi @soltysh 👋 Checking in once more as we approach 1.24 code freeze at 01:00 UTC Wednesday 30th March 2022. Please ensure the following items are completed:
It looks like we're waiting on this one to merge? -> kubernetes/kubernetes#108032 As always, we are here to help should questions come up. Thanks!! |
correct, that's the only one we need. |
docs placeholder opened in kubernetes/website#32577 |
When we document this, #3143 (comment) strongly suggests to me that we should document how to manage a custom timezone database (via a |
@soltysh Hi! Have you been working on this? If not, I am interested in this feature and I would like to implement it! |
@knight42 this merged as alpha in 1.24 see kubernetes/kubernetes#108032 and kubernetes/website#32577 We're planning to promote this further in the next releases. |
/milestone clear |
/milestone v1.25 |
Do we want to make a stronger statement about this, now that we nearly have GA support for setting a timezone via the API? The other mechanism was never official. This feels like the right time to make it. For example, we might want to block creates of CronJobs that set a schedule with |
I'd wish, but my worry is that we might break users, I'll open a separate PR and let's see if api approvers are willing to accept that.
We would need to touch both creates, to ensure new cronjobs are w/o those, and also updates such that you can't add it, if it wasn't already there. |
I guess, related thing: recommend a tool / script / whatever that converts to the new, GA way to use a timezone. |
I'll be writing a blog post about the TZ GA, so I'll make sure to put something together, I think a simple one-liner that could handle that easily. Also, based on the discussion from the TZ/CRON_TZ PR (not opened yet) I'll add that information to that blog post as well. |
@soltysh I wonder if, in your blog post, you'd be able to touch upon a recommended migration path for users who are on e.g. v1.22 and |
Good point, I'll have a look and see what's possible. |
Hi @soltysh, I’m reaching out from the 1.27 Release Docs team. This enhancement is marked as ‘Needs Docs’ for the 1.27 release. Please follow the steps detailed in the documentation to open a PR against dev-1.27 branch in the k/website repo. This PR can be just a placeholder at this time, and must be created by March 16. For more information, please take a look at Documenting for a release to familiarize yourself with the documentation requirements for the release. Please feel free to reach out with any questions. Thanks! |
Hi @soltysh 👋,
Please let me know what other PRs in k/k I should be tracking for this KEP. |
Is there a way to see the timezone with |
@dlipofsky as far as I understand the |
@AndrewSav, I was rather hoping it could be added as a standard feature, as it is just as important as the schedule string in knowing when something will actually run. |
@dlipofsky let's hope they add it, but it is understandable that they cannot add every single field someone finds useful |
For showing timezone in |
This is all done |
@soltysh: Closing this issue. In response to this:
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/test-infra repository. |
TimeZone support in CronJob
k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update PR(s):k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update(s):k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update(s):k/website
) update(s):Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
The text was updated successfully, but these errors were encountered: