Closed beamsies closed 1 year ago
Note: I noticed I was supposed to be using aws-cdk@2.60.0 per the quickstart guide docs and I made sure I had that version and tried again and it still failed with the same error documented in the description.
Closing as I opened an issue on aws-cdk repo.
@beamsies can you add reference to the CDK issue here in case someone runs into the same issue? We can also upvote your issue.
Describe the bug
Not sure yet if this is a bug on the cdk-eks-blueprints repo, but just following the quickstart here, I get an error and can't get it to work.
I'm not sure what the error means either.
Everything works up until I try
cdk deploy
then it errors out and shows this error message in the console:It appears to error out on the
Custom::AWSCDK-EKS-HelmChart
stage.Expected Behavior
I would expect the deploy to succeed when following the quickstart guide.
Current Behavior
The
cdk deploy
command fails when following the quickstart guide here: https://aws-quickstart.github.io/cdk-eks-blueprints/getting-started/#project-setupReproduction Steps
I followed the steps in the quickstart guide found here: https://aws-quickstart.github.io/cdk-eks-blueprints/getting-started/#project-setup
Possible Solution
I am not sure at this time, I need to figure out how to debug this scenario which I am working on now.
Additional Information/Context
No response
CDK CLI Version
2.61.1 (build d319d9c)
EKS Blueprints Version
1.5.4
Node.js Version
v16.17.0
Environment details (OS name and version, etc.)
WSL2 Ubuntu V2
Other information
No response