Skip to content

Commit 0a987cf

Browse files
OSDOCS#15902: [OLMv1][TP] Installing extensions with webhooks
1 parent 6e37318 commit 0a987cf

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

modules/olmv1-installing-an-operator-in-a-specific-namespace.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ However, some existing cluster extensions do not support the `AllNamespaces` ins
1313

1414
The `MultiNamespace` install mode is not supported. As a result, you cannot install the same Operator multiple times on a cluster.
1515

16-
:FeatureName: Support for deploying a cluster extension in a specific namespace
16+
:FeatureName: Deploying a cluster extension in a specific namespace
1717
include::snippets/technology-preview.adoc[]
1818

1919
For more information, see "Supported extensions".

modules/olmv1-supported-extensions.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
include::snippets/olmv1-tp-extension-support.adoc[]
1111

12-
[IMPORTANT]
13-
====
12+
:FeatureName: Deploying an extension in a specific namespace and installing an extension with webhooks
13+
include::snippets/technology-preview.adoc[]
14+
1415
include::snippets/olmv1-operator-conditions-support.adoc[]
15-
====
16+

snippets/olmv1-tp-extension-support.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Currently, {olmv1-first} supports installing cluster extensions that meet all of
1010

1111
* The extension must use the `registry+v1` bundle format introduced in {olmv0}.
1212
* The extension must support installation via the `AllNamespaces` install mode.
13-
** Support for the `SingleNamespace` and `OwnNamespace` install mode is included in {product-title} {product-version} as a Technology Preview feature.
13+
** You can use the `SingleNamespace` and `OwnNamespace` install modes as a Technology Preview feature in {product-title} {product-version} .
1414
* The extension must not use webhooks.
15+
** You can install extensions that use webhooks as a Technology Preview feature in {product-title} {product-version}.
1516
* The extension must not declare dependencies by using any of the following file-based catalog properties:
1617
** `olm.gvk.required`
1718
** `olm.package.required`

0 commit comments

Comments
 (0)