kubernetes-cronhpa-controller icon indicating copy to clipboard operation
kubernetes-cronhpa-controller copied to clipboard

⏰kubernetes-cronhpa-controller is a HPA controller that allows to scale your workload based on time schedule.

Results 21 kubernetes-cronhpa-controller issues
Sort by recently updated
recently updated
newest added

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.19.0 to 0.20.0. Commits afa3b34 Update dependencies to v0.20.0 tag fb61a7c Merge pull request #96720 from liggitt/throttled-logger 61471be Deflake ThrottledLogger test 66db254 Merge pull request #95981 from...

dependencies
go

confirm job still existed in cm.jobQueue before resubmit job .

add cron mode & retryUpdateCronHpaStatus

when update hpa resource meet failed: `cron hpa failed to execute, because of failed to scale HorizontalPodAutoscaler deployment-test-v2 in ops-demo-uat namespace to 5 after retrying 1 times and exit,because of...

if you install cronhpa by helm3.+, it will install all crds in charts/kubernetes-cronhpa-controller/crds folder if crds is not defined in cluster. It's greate feature, we don't need crds.yaml in chart/kubeernetes-cronhpa-controller/templates...

https://github.com/AliyunContainerService/kubernetes-cronhpa-controller/issues/87

add verification to exclude dates

It'll be quite useful to add these information to those scalable objects. e.g., ```yaml apiVersion: autoscaling.alibabacloud.com/v1beta1 kind: CronHorizontalPodAutoscaler metadata: name: foo namespace: testing spec: jobs: - name: job1 schedule: 0...

When judging whether it is an excluded date, "11-15-1990" is used as the format of the formatting time. The time formatted in this way is weird, and the DAY is...