Update of CRDs during operator upgrade. #1010
Replies: 2 comments
|
CRD upgrades are not supported in Helm. This is an important operation that needs to be handled manually. Perhaps we can find some best practices from other operators and learn from them. @zumbuschms |
0 replies
|
@zumbuschms Yes you are right. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I upgrade the redis-operator to a new version, the CRDs are not automatically updated. Is there a command line parameter for helm upgrade that updates the CRDs during the upgrade?
The only solution I was able to find so far is a complete uninstall of the operator and manual deletion of the CRDs and then reinstall the oeprator.
All reactions