Skip to content

cluster-autoscaler image version incorrect for version 1.33 #459

@arcadecoffee

Description

@arcadecoffee

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:

  1. Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
  2. Re-initialize the project root to pull down modules: terraform init
  3. 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

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions