1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/snippets/olmv1-operator-conditions-support.adoc
2025-02-19 10:40:39 -07:00

16 lines
961 B
Plaintext

// Text snippet included in the following modules:
//
// * modules/olmv1-supported-extensions.adoc
// * release_notes/ocp-4-18-release-notes.adoc (enteprise-4.18 branch only)
// * release_notes/ocp-4-17-release-notes.adoc (enterprise-4.17 branch only)
// * release_notes/ocp-4-16-release-notes.adoc (enterprise-4.16 branch only)
// * release_notes/ocp-4-15-release-notes.adoc (enterprise-4.15 branch only)
:_mod-docs-content-type: SNIPPET
{olmv1-first} does not support the `OperatorConditions` API introduced in {olmv0}.
If an extension relies on only the `OperatorConditions` API to manage updates, the extension might not install correctly. Most extensions that rely on this API fail at start time, but some might fail during reconciliation.
As a workaround, you can pin your extension to a specific version. When you want to update your extension, consult the extension's documentation to find out when it is safe to pin the extension to a new version.