-
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] Unable to continue with install: existing resource conflict when creating multiple Helm charts #7592
Labels
Comments
arjanschaaf
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Apr 24, 2020
I worked around this by declaring a dependency between these two actions:
I think it would be very helpful to document how to add dependencies using the CDK, it is hard to find documentation on this topic right now |
We will add some documentation about dependencies as part of #4291 |
mergify bot
pushed a commit
that referenced
this issue
Jul 1, 2020
…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*
iliapolo
changed the title
Unable to continue with install: existing resource conflict when creating multiple Helm charts
[aws-eks] Unable to continue with install: existing resource conflict when creating multiple Helm charts
Aug 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
When adding multiple Helm charts to an EKS cluster I get an error. The error is probably triggered because the helm install actions are performed in parallel: I install the same Helm chart twice with a different configuration and both installs start by trying to create the same Kubernetes CustomResourceDefinition's.
I can't find any documentation or examples on how to force a sequential installation of these Helm charts using the CDK.
Reproduction Steps
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: