In the past, ARC has a feature that enabled it to change the minimum number of runners based on a schedule:
ScheduledOverrides
. When ARC was modernized, this feature was not included in the new version. This isn’t an oversight. Instead, it’s a recognition that Kubernetes has a built-in feature that can handle this task: CronJob
. Learn how to use the CronJob
resources to change the settings for ARC scale sets on a schedule.