Skip to content

Commit

Permalink
Merge pull request #1381 from kube-hetzner/upgrade/autoscaler
Browse files Browse the repository at this point in the history
Updated cluster-autoscaler
  • Loading branch information
mysticaltech authored Jun 21, 2024
2 parents 426f50d + 4e8d33d commit 4e7ae33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ module "kube-hetzner" {
# Example:
#
# cluster_autoscaler_image = "registry.k8s.io/autoscaling/cluster-autoscaler"
# cluster_autoscaler_version = "v1.27.3"
# cluster_autoscaler_version = "v1.30.1"
# cluster_autoscaler_log_level = 4
# cluster_autoscaler_log_to_stderr = true
# cluster_autoscaler_stderr_threshold = "INFO"
Expand Down
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 = "ghcr.io/kube-hetzner/autoscaler/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 = "20240226"
default = "v1.30.1"
description = "Version of Kubernetes Cluster Autoscaler for Hetzner Cloud. Should be aligned with Kubernetes version"
}

Expand Down

0 comments on commit 4e7ae33

Please sign in to comment.