Image Overview: cluster-autoscaler

Overview: cluster-autoscaler Chainguard Image

Minimal Kubernetes Cluster Autoscaler Image

Download this Image

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.

Last updated: 2024-04-11 12:38