Include CronJob timezone in kubectl output #1519
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Following the addition of CronJob timezone support, it would be very helpful to have those timezones displayed in the output of
kubectl
. Currently, listing CronJobs shows their schedule/cron expressions, but the timezone is absent.What would you like to be added:
Either in the SCHEDULE column, or perhaps a separate column — whichever makes the most sense — include each CronJob's timezone.
Why is this needed:
Knowing the CronJob's timezone is equally as important as the cron expression itself. Absence of the timezone can very easily cause confusion about when the CronJob is expected to run versus when it will actually run.
The text was updated successfully, but these errors were encountered: