-
Notifications
You must be signed in to change notification settings - Fork 584
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
SCDF 2.10.x. and 2.11.x doesn't allow define schedule with Cron Expression CRON_TZ=CET 37 04 * * * #5774
Comments
Create issue in spring-cloud-deployer#445 |
According to k8s specification timezone isn't supported:
|
Closing this issue. If this issue was closed incorrectly please add a comment. Thank you for raising the issue! |
Why not add a custom parameter to enable support for the timeZone parameter in an earlier version of SCDF and the Fabric8 library?
|
From kubernetes 1.29 it doesn't support CRON_TZ expression.
https://www.yuribacciarini.com/k8s-setup-timezone-on-cronjob/
It seem's that SCDF has old library from fabric8 because I can't see propertise withTimeZone in KubernetesScheduler in library
at version
<kubernetes-fabric8-client.version>5.12.4</kubernetes-fabric8-client.version>
This property I can see in 6.10.0
So after upgrade kubernetes to 1.29 we don't have possibility to create scheduler in our time zone.
The text was updated successfully, but these errors were encountered: