-
Notifications
You must be signed in to change notification settings - Fork 440
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
Suggest using CronJobs in Cron scaler docs for recurring scaling #703
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
@tomkerkhove I am working on a similar use case and I was exploring if KEDA fit the needs. What is the meaning of "recurring scaling which we don't support"? |
This is how our current CRON scheduler works: See https://keda.sh/docs/latest/scalers/cron/#how-does-it-work. This issue, however, is to document the scenario where you want to scale every x minutes/hours/etc. |
I dont understand what this means. This statement is confusing.
Isn't a cron a recurring schedule? Meaning during the day I want my min pods ot scale to 10? Can you clarify with a scenario on the statement what it doesn't mean. I think you're trying to say the |
Cron is used as a time notation when to start/end. By doing this, you define a window to which we will scale the workload correspondingly. It does not mean, "scale every x min/h/days". For that, Kubernetes has CronJobs. |
Suggest using CronJobs in Cron scaler docs for recurring scaling which we don't support, but sometimes confuses people.
This is a scheduling need, not a scaling need.
The text was updated successfully, but these errors were encountered: