-
Notifications
You must be signed in to change notification settings - Fork 205
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
addons: Response object is too long. #672
Comments
@cyril94440 We have nginx pattern (running atm) with Route53 and ACM integration working in our patterns here. Do you mind providing the full stack of the error? The full blueprint that you have is referencing teams that we don't have locally to reproduce. |
@shapirov103 I've added the teams definition. From your pattern, does buildAsync help split the cloudformation template in multiple files? The other issue I am encountering with Nginx is the following: And it looks like I am not the only one: https://stackoverflow.com/questions/75778139/aws-cdk-eks-blueprint-fails-with-error-invalid-type/76175704#76175704 I'll take a look at the pattern you provided and try to get as close as possible from its definition. I really appreciate your help. Thanks! |
@cyril94440 thank you for bringing it up to our attention. Initial look: appears to be a regression issue from the chart upgrade. This will be investigated and solved shortly. |
@shapirov103 ok, any way to choose a stable previous version? Also what about the "Response object is too long." how to overcome the cloudformation template size issue with eks blueprint? Thanks |
I am reproducing the nginx issue now. I cannot pinpoint exactly the release, but I see that in 1.6.0 and 1.5.3 there was a version change in the nginx helm chart. You can track this through https://github.com/aws-quickstart/cdk-eks-blueprints/releases (generally there is a manifest with addon versions for each release). With respect to the response object too long: I never saw this issue before, regardless of how big the pattern was. Are you sending large chunks of data with the blueprint with your teams? |
@shapirov103 Ok, I will try with a previous blueprint version. I am not sure to understand your question but as you can see the team definition is very simple and I am not doing anything else. Here are some informations that might help you: Here is the output of the cdk deploy: The lambda function cluster-awscdkawseksClust-ProviderframeworkisCompl-ID is emitting an error:
|
Please try 1.7.3 which is out. I anticipate it to fix the issues. |
Hi @shapirov103 It is working perfectly now! Thank you for your help. |
Describe the bug
I can't deploy the blueprint when adding the Nginx addon (not sure it is related to Nginx...)
Expected Behavior
I expect the eks blueprint to be able to split the cloudformation template otherwise its usage is very limited
Current Behavior
Response object is too long. is thrown and stack is getting deleted.
Reproduction Steps
lib/teams.ts
Possible Solution
Split in multiple Stack ? No documentation about how to do that with the blueprint
Additional Information/Context
No response
CDK CLI Version
2.76.0 (build 78c411b)
EKS Blueprints Version
No response
Node.js Version
18.14.0
Environment details (OS name and version, etc.)
Mac OS
Other information
No response
The text was updated successfully, but these errors were encountered: