Feature Request
Is your feature request related to a problem? Please describe.
I have installed an older version of OLM and wish to upgrade to a newer version. OLM doesn't provide any official upgrade steps and kubectl apply fails due as the kubernetes.io/last-applied-configuration annotation causes the CRD to exceed 262144 bytes.
Describe the solution you'd like
I would like the OLM project to provide official steps for performing an upgrade.
Acceptance Criteria:
- The steps for upgrading OLM are documented and made available in the release notes.
- Strive for as much automation as we can, but if manual steps are required the reasoning should be called out in the PR.
Feature Request
Is your feature request related to a problem? Please describe.
I have installed an older version of OLM and wish to upgrade to a newer version. OLM doesn't provide any official upgrade steps and
kubectl applyfails due as thekubernetes.io/last-applied-configurationannotation causes the CRD to exceed 262144 bytes.Describe the solution you'd like
I would like the OLM project to provide official steps for performing an upgrade.
Acceptance Criteria: