Skip to content

Commit

Permalink
Merge pull request #1487 from kube-hetzner/switch-autoscaler-image
Browse files Browse the repository at this point in the history
Switched the autoscaler image to hetzner's own
  • Loading branch information
mysticaltech authored Sep 23, 2024
2 parents 22142a7 + e2fb17e commit 4176113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,13 @@ variable "agent_nodepools" {

variable "cluster_autoscaler_image" {
type = string
default = "registry.k8s.io/autoscaling/cluster-autoscaler"
default = "docker.io/hetznercloud/cluster-autoscaler"
description = "Image of Kubernetes Cluster Autoscaler for Hetzner Cloud to be used."
}

variable "cluster_autoscaler_version" {
type = string
default = "v1.30.1"
default = "v1.31.0-hcloud1"
description = "Version of Kubernetes Cluster Autoscaler for Hetzner Cloud. Should be aligned with Kubernetes version"
}

Expand Down

0 comments on commit 4176113

Please sign in to comment.