Image Overview: cluster-proportional-autoscaler

ReferenceChainguard ImagesProduct

stable cgr.dev/chainguard/cluster-proportional-autoscaler

Tags Aliases
latest 1, 1.8, 1.8.8, 1.8.8-r1
latest-dev 1-dev, 1.8-dev, 1.8.8-dev, 1.8.8-r1-dev

Minimal Kubernetes Cluster Proportional Autoscaler Container

Get It!

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/cluster-proportional-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 cluster-proportional-autoscaler https://kubernetes-sigs.github.io/cluster-proportional-autoscaler
$ helm install my-release cluster-proportional-autoscaler/cluster-proportional-autoscaler \
    --set image.repository=cgr.dev/chainguard/cluster-proportional-autoscaler \
    --set image.tag=latest
    <other configuration parameters here>

See the configuration docs for more examples.