Skip to content

Commit

Permalink
Fix: Revert back to Kubernetes community autoscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
BrammyS authored Oct 23, 2024
1 parent 0c87d28 commit a25e387
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 = "docker.io/hetznercloud/cluster-autoscaler"
default = "registry.k8s.io/autoscaling/cluster-autoscaler"
description = "Image of Kubernetes Cluster Autoscaler for Hetzner Cloud to be used."
}

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

Expand Down

0 comments on commit a25e387

Please sign in to comment.