kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.36k stars 1.06k forks source link

增加按时间段修改minReplicaCount的值的功能 #5867

Closed qfns1861 closed 3 weeks ago

qfns1861 commented 3 months ago

Proposal

https://github.com/qfns1861/keda

Use-Case

由于公司业务原因,需要的pod比较多,从0到300花费时间太长,所以给keda增加时间段伸缩功能,晚上在0-100之间伸缩,白天在100-300之间伸缩

Is this a feature you are interested in implementing yourself?

Yes

Anything else?

已经实现,需要合并,请求帮助 https://github.com/qfns1861/keda

d4nyll commented 3 months ago

Could you not create a CronJob that updates the minReplicaCount and maxReplicaCount on a schedule?

stale[bot] commented 1 month ago

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.

stale[bot] commented 3 weeks ago

This issue has been automatically closed due to inactivity.