-
Notifications
You must be signed in to change notification settings - Fork 66
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
Upgrade to v2.2.0 (from v2.1.1) fails as controller backup secret cannot be created (data too long) #541
Comments
You can create the expected back up locally:
Afterwards, you can create a simple "empty" secret with the expected name |
@WanzenBug thank you, saved my day again. |
Can this be fixed permanently? I hit this every time I upgrade |
There seems to be no quick fix available as the backup is already compressed https://github.com/LINBIT/linstor-server/blob/4c1a5dd4e96fea6a27f8bb34e7c0a4c54133a8b7/scripts/entry.sh#L22, so it would require to implement logic that would split the backup into more secrets and that means that check for the existing backup would need to be also more sophisticated. |
Can we at least get an option to disable the backup? |
This should be fixed with piraeusdatastore/piraeus#196 |
Just applied the upgrade
kubectl apply --server-side -k "https://github.com/piraeusdatastore/piraeus-operator/config/default?ref=v2"
andlinstor-controller
pod is in crash loop as therun-migration
init container can't create secret (the size of it is more than 1MB).Is there any way how to quickly fix it?
The text was updated successfully, but these errors were encountered: