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

please view: https://github.com/ringtail/go-cron/pull/2

sync.mutex not used in CronManager structure

I want to set a task with hpa,such as: apiVersion: autoscaling.alibabacloud.com/v1beta1 kind: CronHorizontalPodAutoscaler metadata: name: abc namespace: default spec: scaleTargetRef: apiVersion: autoscaling/v2beta2 kind: HorizontalPodAutoscaler name: abc jobs: - name: "scale-up"...

Make the code more concise and clearer.

Rerunning the outOfDate job fails, which means that the scale up or scale down fails. Need for attention. it should be independent,KubeFailedJobsInCronEngineTotal and KubeSubmittedJobsInCronEngineTotal should not be updated

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...

dependencies
go