Ensuring that the tz database is up-to-date #6
Labels
area/installation
Related to installation of the operator
area/stability
Related to stability and reliability of the operator
Furiko currently uses the tz database bundled with the Go runtime to provide timezone support: https://furiko.io/guide/execution/jobconfig/scheduling/#crontimezone
While this avoids dependencies on the external environment in which Furiko is run, it tightly couples the recency of the data to the version being deployed.
We will need to investigate ways to get around this. For example, we can periodically update the tz database in the background, falling back to the bundled database if not available (e.g. deployed in airgapped environments without Internet, etc). We also need to add configuration options for the administrator to decide the following:
The text was updated successfully, but these errors were encountered: