Open Grip-Jinsu opened 1 year ago
Thank you for opening the issue. Currently, Kubernetes does not appear to support the timezone as a part of the cronjob spec. https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#cron-job-limitations
If you feel this was closed in error please add a comment. Thanks!
Hello, thank you for your reply. @cppwfs
As a result of my test, timeZone setting in spec was possible from Kubernetes 1.27 stable version. In fact, it worked well when I modified cronJob YAML myself.
The document you told me also specifies the corresponding version, but is it difficult to add the function?
Thank you for the correction.
Spring Cloud Deployer Kubernetes needs to add the ability to pass timezone to a cronjob. Note: The latest release of Fabric8 now supports it.
Wow this is great news for me! Thank you :)
Spring Cloud Deployer Kubernetes needs to add the ability to pass timezone to a cronjob. Note: The latest release of Fabric8 now supports it.
Is it in fabric8 5.x or 6.x
Hello, can I use the docker hub image version as 2.0.11-SNAPSHOT when reflecting future features?
Also, please let me know how to set the scheduler property.
@cppwfs
Currently, it is supported in the Fabric8 6.x line and the Spring Cloud Deployer Kubernetes will need to be upgraded to support it. Unfortunately, his will not be included in the 2.11.0 release. At our next team meeting, I'll see if we can schedule it for the 2.12 release.
Hi @cppwfs
Is there a release schedule for version 2.12.0?
I want to set the timezone as a property option when registering Spring Cloud Data Flow Scheduler. Is that possible? I've tried adding several options, but it didn't work
I would like to default to Asia/Seoul as timezone setting with CronJob spec when registering Scheduler.