1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS#15902: [OLMv1][TP] Installing extensions with webhooks

This commit is contained in:
Michael Ryan Peter
2025-08-26 14:27:30 -04:00
committed by openshift-cherrypick-robot
parent b112a86429
commit 216e5a30f2
3 changed files with 7 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ However, some existing cluster extensions do not support the `AllNamespaces` ins
The `MultiNamespace` install mode is not supported. As a result, you cannot install the same Operator multiple times on a cluster.
:FeatureName: Support for deploying a cluster extension in a specific namespace
:FeatureName: Deploying a cluster extension in a specific namespace
include::snippets/technology-preview.adoc[]
For more information, see "Supported extensions".

View File

@@ -9,7 +9,8 @@
include::snippets/olmv1-tp-extension-support.adoc[]
[IMPORTANT]
====
:FeatureName: Deploying an extension in a specific namespace and installing an extension with webhooks
include::snippets/technology-preview.adoc[]
include::snippets/olmv1-operator-conditions-support.adoc[]
====

View File

@@ -12,8 +12,9 @@ Currently, {olmv1-first} supports installing cluster extensions that meet all of
* The extension must use the `registry+v1` bundle format introduced in {olmv0}.
* The extension must support installation via the `AllNamespaces` install mode.
** Support for the `SingleNamespace` and `OwnNamespace` install mode is included in {product-title} {product-version} as a Technology Preview feature.
** You can use the `SingleNamespace` and `OwnNamespace` install modes as a Technology Preview feature in {product-title} {product-version} .
* The extension must not use webhooks.
** You can install extensions that use webhooks as a Technology Preview feature in {product-title} {product-version}.
* The extension must not declare dependencies by using any of the following file-based catalog properties:
** `olm.gvk.required`
** `olm.package.required`