-
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
Cannot reinstall/upgrade elemental-operator after a Rancher Manager migration #881
Comments
Gonna have a closer look next week. To me this smells as an issue related to the dynamic channels provided by helm 🤔 My bet is that this logic might not be fully compatible with the current backup and restore process: elemental-operator/.obs/chartfile/elemental-operator-helm/templates/channels.yaml Lines 33 to 46 in f300a43
|
I saw that the OS channels and the OS are created in namespace |
@ldevulder could you relate give me some further details steps of the use case that is functional vs the one that is not? I assume installing clean rancher and elemental, then making a backup and then migrating it to another clean install seams to work. But it doesn't work if the operator was upgraded before making the backup, is that correct? |
I am also wondering if this will be solved by moving dev to 6.1 channels, probably this is also caused by changing some channel data in dev for 6.0 channels, which shouldn't be there in any case. |
@davidcassany I tested an upgrade from Stable operator to Dev one after a restore and it worked:
The only remaining issue is this warning:
I also still have the issue when I try to reinstall the Stable version of the operator, but sounds logical as nothing has been changed on that side. |
@davidcassany I just tested to reinstall the Dev version of the operator after a restore with a previously Dev operator installed and I have the same error:
So an upgrade from Stable to Dev works but not a re-installation. |
I deployed Rancher Manager (Stable, v2.9.3) with latest elemental-operator (Dev version) and backup-restore operator and I encountered some issues.
First one is that
metadata
Kind is not saved, I opened a PR for this.Second one is that after migrating/reinstalling the whole Rancher Manager from the backup I'm not able to reinstall/upgrade elemental-operator anymore with
helm
(CRDs chart is OK).I have this error:
Please note that after the migration/reinstallation elemental-operator seems to work as expected, only the upgrade/reinstallation with
helm
is not working.Maybe something is still missing in the backup of elemental-operator, but I'm not able to figure out what...
The text was updated successfully, but these errors were encountered: