generated from aws-ia/terraform-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed as not planned
Labels
Description
Description
Recent updates to the cluster_autoscaler_image_tag
mappings have improved the alignment for new versions of Kubernetes, but still fail to correct associate the latest / best aligned tags for versions 1.32 and 1.33.
The current mapping should be:
1.32 -> 1.32.2
1.33 -> 1.33.0
- ✋ I have searched the open/closed issues and my issue is not listed.
⚠️ Note
Before you submit an issue, please perform the following first:
- Remove the local
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
- Re-initialize the project root to pull down modules:
terraform init
- Re-attempt your terraform plan or apply and check if the issue still persists
Versions
-
Module version [Required]: v1.19.0
-
Terraform version:
n/a -
Provider version(s):
n/a
Reproduction Code [Required]
cluster_autoscaler_image_tag_selected = try(local.cluster_autoscaler_image_tag[var.cluster_version], "v${var.cluster_version}.0")
Expected behaviour
We get the latest version of the cluster autoscaler image tag for each kubernetes minor version
Actual behaviour
Current resolution for cluster version 1.33 is cluster autoscaler image tag v1.32.1