Skip to content

fix integration test with eks default version change#8665

Merged
kprahulraj merged 1 commit intoeksctl-io:mainfrom
kprahulraj:main
Feb 5, 2026
Merged

fix integration test with eks default version change#8665
kprahulraj merged 1 commit intoeksctl-io:mainfrom
kprahulraj:main

Conversation

@kprahulraj
Copy link
Copy Markdown
Collaborator

Description

fix integration test with eks default version change

We recently changed the default version for eks to 1.34 for eksctl with ace3ad1. Although AL2 amis are not supported from 1.33 eks version so integration tests are failing

Fixing integration test to use 1.32 version for AL2 amis and other self ngs

Checklist

  • Added tests that cover your change (if possible)
  • Added/modified documentation as required (such as the README.md, or the userdocs directory)
  • Manually tested
  • Made sure the title of the PR is a good description that can go into the release notes
  • (Core team) Added labels for change area (e.g. area/nodegroup) and kind (e.g. kind/improvement)

BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯

  • Backfilled missing tests for code in same general area 🎉
  • Refactored something and made the world a better place 🌟

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

Hello kprahulraj 👋 Thank you for opening a Pull Request in eksctl project. The team will review the Pull Request and aim to respond within 1-10 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website

@michaelhtm
Copy link
Copy Markdown

/lgtm


// retrieve AL2 AMI
input := &awsssm.GetParameterInput{
Name: aws.String(fmt.Sprintf("/aws/service/eks/optimized-ami/%s/amazon-linux-2/recommended/image_id", params.Version)),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably can add a TODO comment to deprecate this test for AL2 by 2026-06-30

Copy link
Copy Markdown
Contributor

@sapphirew sapphirew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM despite one minor comment

@kprahulraj kprahulraj merged commit add5ac4 into eksctl-io:main Feb 5, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants