Skip to content
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

Can this be used to migrate tiller configmaps from one namespace to another #14

Open
koustubh25 opened this issue Mar 11, 2020 · 1 comment

Comments

@koustubh25
Copy link

I am trying to migrate the existing tiller installation from kube-system namespace to tiller namespace.

I created a backup like this
helm backup -l OWNER=TILLER -t kube-system dev
and then trying to restore like this
helm backup --file dev.tgz dev --restore -t tiller

However, I get this error:

the namespace from the provided object "kube-system" does not match the namespace "tiller". You must pass '--namespace=kube-system' to perform this operation.

Does this mean that the source and the destination namespace has to be the same?

@maorfr
Copy link
Owner

maorfr commented Mar 12, 2020

i am pretty sure that is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants