Skip to content

Commit

Permalink
feat(cluster_autoscaler): removed old k8s versions, added new ones (#120
Browse files Browse the repository at this point in the history
)

* Update cluster_autoscaler.tf

* feat: removed old k8s versions, added new ones.

---------

Co-authored-by: Benjamin Nelson <[email protected]>
  • Loading branch information
dpappa and illegalnumbers authored Dec 20, 2023
1 parent 23925a0 commit 853aba8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions cluster_autoscaler.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +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.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 853aba8

Please sign in to comment.