Skip to content

Commit

Permalink
Removed old k8s versions, added new ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpappa committed Dec 15, 2023
1 parent 8c7fefd commit 69137b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cluster_autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ moved {
# https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-the-parameters-to-ca
############

# It's recommended to deploy the version matching the control plane
# https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler#releases
locals {
k8s_to_autoscaler_version = {
"1.18" = "v1.18.3",
"1.19" = "v1.19.2",
"1.20" = "v1.20.1",
"1.21" = "v1.21.1",
"1.22" = "v1.22.1",
"1.23" = "v1.23.0",
"1.24" = "v1.24.3"
"1.24" = "v1.24.3",
"1.25" = "v1.25.0",
"1.26" = "v1.26.1",
"1.27" = "v1.27.0",
"1.28" = "v1.28.0"
}

}
Expand Down

0 comments on commit 69137b3

Please sign in to comment.