-
Notifications
You must be signed in to change notification settings - Fork 17
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
Couldn't restore due to config map conflict #9
Comments
Hey, |
Our helm releases depend on secret objects - just to make sure that services will start correctly. I can remove this step to avoid the confusion since it's not related to this project. |
Are there any configmaps in kube-system that this may have conflicted with? |
It's a fresh EKS cluster with 2 releases in it but in a different namespace (NB: I'm trying to restore dev namespace):
all configmaps are in not in dev namespace:
|
Based on the output from BTW: is there a way to enable progress logging? When I ran the restore command the same message was hanging there for 30+ minutes before something came to stdout:
|
progress logging sounds cool! is this something you want to try to tackle? back to the problem- helm backup --file dev.tgz dev this will backup ConfigMaps in so, again, i would make sure that there are no ConfigMaps in another thing that may be problematic is - can you try to do some "cleanup" between the |
Scenario:
helm backup --file dev.tgz dev
in old clusterhelm backup --restore --file dev.tgz dev
in old clusterOutput:
Although all releases were created and
helm ls
confirmed it, no pods started.The text was updated successfully, but these errors were encountered: