-
Notifications
You must be signed in to change notification settings - Fork 373
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
TF Helm 3 not recognizing existing deployments on cluster after running helm-2to3 update on said deployments #429
Comments
We are having the same issue 😞 did you find any alternative by any chance? Besides, remove and deploy the charts |
nope - im sorta stuck with it at this point. glad i tried on a sandbox cluster first! Also glad I'm not the only one seeing it too. |
wondering if there is any update or word if this issue has been looked at. thx. |
Seeing this too |
Hi, everyone! I'm working on reproducing this issue. If you could let me know the following information, that would be helpful:
Thanks! Here is the result of my initial testing. I ran into a different problem that varied per chart. I didn't see the exact issue described, but that could be a result of the versions I'm using.
And even the version of this tool might have something to do with it:
Here is the terraform config I used for testing.
The result of the test was that the consul chart worked (although it did do an unnecessary rolling restart of the app during the initial terraform run after the helm 2-to-3 migration). But the mariadb and redis charts failed completely, but that appears to be due to a chart bug in the stable repo (helm/charts#20969). The end result was this:
Full log output plus commands to reproduce are here: Let me know if anyone is running into a different problem and I can try to help. Thanks! |
I'm running the redis chart in production, and currently worried about doing the migration! |
Closing since this has waited for reproduction information for about 2 months. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Terraform Version
v0.12.18
Expected Behavior
terraform plan/apply should recognize existing helm deploys
Actual Behavior
terraform is not recognizing existing helm deploys and wants to redeploy them. they error out saying the resource already exists
Steps to Reproduce
I'm wondering if the state file is causing this? its like terraform doesnt know it exists after updating
The text was updated successfully, but these errors were encountered: