cloudbees-oss / terraform-aws-cloudbees-ci-eks-addon

CloudBees CI Add-on for AWS EKS
https://registry.terraform.io/modules/cloudbees/cloudbees-ci-eks-addon/aws
MIT License
10 stars 13 forks source link

[Blueprints, 02-at-scale]: EKS 1.28 fails #98

Closed carlosrodlop closed 8 months ago

carlosrodlop commented 8 months ago

Description

Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration. The reproduction MUST be executable by running terraform init && terraform apply without any further changes.

If your request is for a new feature, please use the Feature request template.

⚠️ 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

While upgrading to 3.17108.0

Reproduction Code [Required]

Use K8s version set to 1.28 for Blueprints 02

Expected behavior

The cluster comes up with not issue

Actual behavior

Node groups using Graviton does not finish to complete the creation process. They are pickup an AMI TYPE for 1.27

image

Terminal Output Screenshot(s)

It does not finish it keeps waiting until finish

Additional context

carlosrodlop commented 8 months ago

It was a transient issue