Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support updated GPU AMI naming convention #532

Conversation

toricls
Copy link
Contributor

@toricls toricls commented Feb 12, 2019

Description

It seems that the new GPU AMIs naming convention has been changed by AWS side. They're named with timestamp value instead of “v{YYYYMMDD}” format.
This PR fixes the problem that the AMI resolver cannot find the new GPU AMIs due to the change above.

Checklist

  • Code compiles correctly (i.e make build)
  • Added tests that cover your change (if possible)
  • All unit tests passing (i.e. make test)
  • All integration tests passing (i.e. make integration-test)
  • Added yourself to the humans.txt file

The new GPU AMIs(Feb. 11) are named with timestamp value, not “v{YYYYMMDD}” format
@errordeveloper errordeveloper merged commit c1f5a6a into eksctl-io:master Feb 12, 2019
@errordeveloper
Copy link
Contributor

Thanks a lot, well spotted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants