Skip to content

Commit 62736c1

Browse files
Update docs/project/olmv1_limitations.md
Co-authored-by: Todd Short <[email protected]>
1 parent 777cad7 commit 62736c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/project/olmv1_limitations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ hide:
88
Currently, OLM v1 only supports installing operators packaged in [OLM v0 bundles](https://olm.operatorframework.io/docs/tasks/creating-operator-bundle/)
99
, also known as `registry+v1` bundles. Additionally, the bundled operator, or cluster extension:
1010

11-
* **must** support installation via the `AllNamespaces` install mode, or rely on the default-enabled `SingleOwnNamespaceInstallSupport` feature gate to target a specific namespace.
11+
* **must** support installation via the `AllNamespaces`, `SingleNamespace`, or `OwnNamespace` install modes.
12+
* **must** support installation only via the `AllNamespaces` install mode if the `SingleOwnNamespaceInstallSupport` feature-gate is disabled.
1213
* **must not** declare dependencies using any of the following file-based catalog properties:
1314
* `olm.gvk.required`
1415
* `olm.package.required`

0 commit comments

Comments
 (0)