We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c87d28 + a25e387 commit a15af97Copy full SHA for a15af97
variables.tf
@@ -264,13 +264,13 @@ variable "agent_nodepools" {
264
265
variable "cluster_autoscaler_image" {
266
type = string
267
- default = "docker.io/hetznercloud/cluster-autoscaler"
+ default = "registry.k8s.io/autoscaling/cluster-autoscaler"
268
description = "Image of Kubernetes Cluster Autoscaler for Hetzner Cloud to be used."
269
}
270
271
variable "cluster_autoscaler_version" {
272
273
- default = "v1.31.0-hcloud1"
+ default = "v1.31.1"
274
description = "Version of Kubernetes Cluster Autoscaler for Hetzner Cloud. Should be aligned with Kubernetes version"
275
276
0 commit comments