-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[aws-eks] If add two helm chart only one chart can get be installed #6806
Comments
This is probably related #7592. And you should be able to resolve by using method |
Closing as dup |
Does this happen for any two Helm charts? If that's the case we can serialize Helm chart updates. |
I cannot say for previous CDK versions, but with current v1.46.0 I am able to deploy two helm charts in the same stack. Whenever I ran into these issues, I solve it by setting the wait flag to true and adding dependency. |
I was trying to install "external-dns" and "aws-alb-ingress-controller" together and no luck. I will give the new version an other try. Thanks for looking into this. |
Since both charts install the same nginx CRD you won't be able to install them concurrently so make sure to add a dependency between the two charts. |
…ts (#8780) - Added README content describing how to define deps for resources and helm charts. - Updated integ test to define a k8s namespace and install nginx inside it. Fixes #7592 Fixes #6806 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
If add two helm chart only one chart can get be installed
Reproduction Steps
Error Log
No error log, after deploy cdk, only one chart in kubectrl deployment list
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: