terraform-modules icon indicating copy to clipboard operation
terraform-modules copied to clipboard

Update cluster autoscaler and set correct version in AWS

Open phillebaba opened this issue 2 years ago • 1 comments

Fixes AWS cluster autoscaler to use the correct version.

phillebaba avatar Jun 30 '22 09:06 phillebaba

Hmm where did you find which image versions that is available?

  Warning  Failed          5s (x3 over 46s)   kubelet            Failed to pull image "k8s.gcr.io/autoscaling/cluster-autoscaler:1.22.3": rpc error: code = Unknown desc = Error response from daemon: manifest for k8s.gcr.io/autoscaling/cluster-autoscaler:1.22.3 not found: manifest unknown: Failed to fetch "1.22.3" from request "/v2/autoscaling/cluster-autoscaler/manifests/1.22.3".

Other then this it looks okay after I fixed the minor typo.

NissesSenap avatar Sep 01 '22 14:09 NissesSenap