You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem? Please describe
I'm investigating the possibility to simplify the set up of a non UTC time zone-based CronJob in Quarkus, see issue. Quickly looking at the code base, it seems that the quarkus kubernetes extension depends on the fabric8 kubernetes client for such specs. The fabric8 kubernetes client cron job specs does not include a time zone field as far as I see here, so the change in quarkus may not be possible or would at least be quite complicated.
This change should be possible as kubernetes seems to support time zone cron jobs since v1.27.
Describe the solution you'd like
The CronJobSpec should include a field that allows setting the time zone.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe
I'm investigating the possibility to simplify the set up of a non UTC time zone-based CronJob in Quarkus, see issue. Quickly looking at the code base, it seems that the quarkus kubernetes extension depends on the fabric8 kubernetes client for such specs. The fabric8 kubernetes client cron job specs does not include a time zone field as far as I see here, so the change in quarkus may not be possible or would at least be quite complicated.
This change should be possible as kubernetes seems to support time zone cron jobs since v1.27.
Describe the solution you'd like
The CronJobSpec should include a field that allows setting the time zone.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: