awslabs / amazon-emr-on-eks-custom-image-cli

Amazon EMR on EKS Custom Image CLI
Apache License 2.0
25 stars 9 forks source link

[ERROR] No matching image with ReleaseName 'emr-6.15.0-latest' #29

Open jgrove90 opened 9 months ago

jgrove90 commented 9 months ago

I'm playing around with EMR on EKS and wanted to validate this custom image I made. I believe the way I am inputting the release name is wrong, but I'm running out of ideas.

I'm running emr-on-eks-custom-image validate-image -i spotify-elt -r emr-6.15.0-latest -t spark

but get the following error

[ERROR] No matching image with ReleaseName 'emr-6.15.0-latest' : FAIL

I also tried what the README suggests emr-6.15.0 and also emr-6.15.0:latest which I found here in the EMR on EKS release docs

Here is an image of my terminal. You can see the aws image I used to create the spotify-elt custom image. image

Any suggestions would be appreciated. Thanks!

Carmenliukang commented 4 months ago

The PR to fix the error.