Product Docs
Open Source
Education
Minimal Kubernetes Cluster Autoscaler Image
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/cluster-autoscaler:latest
This image is a drop-in replacement for the upstream image. You can run it using the helm chart with:
$ helm repo add autoscaler https://kubernetes.github.io/autoscaler $ helm install my-release autoscaler/cluster-autoscaler \ --set image.repository=cgr.dev/chainguard/cluster-autoscaler \ --set image.tag=latest <other configuration parameters here>
Note that the cluster-autoscaler does need cloud provider configuration to work correctly, so it won’t run locally. See the configuration docs for more examples.
cluster-autoscaler