another-autoscaler icon indicating copy to clipboard operation
another-autoscaler copied to clipboard

Another Autoscaler is a Kubernetes controller that automatically starts, stops, or restarts pods from a deployment at a specified time using a cron expression.

Results 3 another-autoscaler issues
Sort by recently updated
recently updated
newest added

I've implemented cronjob logic for enable and suspend them on start and stop time. A lot of code refactor also is included. I am already using this logic, and it...

If there is an error in an annotation, service stops completely. ``` 'another-autoscaler/stop-time': '1-59/2 * * *'

In our self-hosted cluster, we use a self-signed SSL certificate. Access to the kube API server fails because of ssl verification errors. In the same spirit as the access with...