operator-framework / operator-controller

A new and improved management framework for extending Kubernetes with Operators
https://operator-framework.github.io/operator-controller/
Apache License 2.0
67 stars 54 forks source link

Docs: Downgrade a ClusterExtension #1229

Closed perdasilva closed 1 month ago

perdasilva commented 2 months ago

Write user documentation describing how to downgrade a package.

A placeholder for the document has already been created in docs/drafts/Tasks/downgrading_an_extension.md.

For downgrades I think there are some specific overrides a user would need to put in place, namely:

michaelryanpeter commented 1 month ago

I think most of the content (besides disabling CRD checks) already exists here: https://github.com/operator-framework/operator-controller/blob/main/docs/drafts/upgrade-support.md#manually-verified-upgrades-and-downgrades

michaelryanpeter commented 1 month ago

@bentito ^

bentito commented 1 month ago

thanks @michaelryanpeter

LalatenduMohanty commented 1 month ago

Closing this as https://github.com/operator-framework/operator-controller/pull/1277 has merged