Image Overview: cluster-autoscaler
ReferenceChainguard ImagesProduct
stable
cgr.dev/chainguard/cluster-autoscaler
Tags | Aliases |
---|---|
latest | 1 , 1.27 , 1.27.2 , 1.27.2-r0 |
latest-dev | 1-dev , 1.27-dev , 1.27.2-dev , 1.27.2-r0-dev |
Minimal Kubernetes Cluster Autoscaler Image
Get It!
The image is available on cgr.dev
:
docker pull cgr.dev/chainguard/cluster-autoscaler:latest
Usage
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.