another-autoscaler
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.
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...