From 216e5a30f2ead98d45cf279b953104f7ecaacc20 Mon Sep 17 00:00:00 2001 From: Michael Ryan Peter Date: Tue, 26 Aug 2025 14:27:30 -0400 Subject: [PATCH] OSDOCS#15902: [OLMv1][TP] Installing extensions with webhooks --- ...mv1-installing-an-operator-in-a-specific-namespace.adoc | 2 +- modules/olmv1-supported-extensions.adoc | 7 ++++--- snippets/olmv1-tp-extension-support.adoc | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/modules/olmv1-installing-an-operator-in-a-specific-namespace.adoc b/modules/olmv1-installing-an-operator-in-a-specific-namespace.adoc index a695062224..bb58d41f10 100644 --- a/modules/olmv1-installing-an-operator-in-a-specific-namespace.adoc +++ b/modules/olmv1-installing-an-operator-in-a-specific-namespace.adoc @@ -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". diff --git a/modules/olmv1-supported-extensions.adoc b/modules/olmv1-supported-extensions.adoc index a9fa040412..18ceeb3156 100644 --- a/modules/olmv1-supported-extensions.adoc +++ b/modules/olmv1-supported-extensions.adoc @@ -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[] -==== + diff --git a/snippets/olmv1-tp-extension-support.adoc b/snippets/olmv1-tp-extension-support.adoc index 40b2c6d985..4da2cbaf72 100644 --- a/snippets/olmv1-tp-extension-support.adoc +++ b/snippets/olmv1-tp-extension-support.adoc @@ -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`