Skip to content

Commit 4482b47

Browse files
authored
Merge pull request #78128 from adellape/allname_snip
OSDOCS#10016: Turn OLMv1 ext support admon into snippet
2 parents ea4380e + f607456 commit 4482b47

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

modules/olmv1-installing-an-operator.adoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@
99

1010
{olmv1-first} supports installing cluster extensions, including {olmv0} Operators via the `registry+v1` bundle format, that are scoped to the cluster. You can install an extension from a catalog by creating a custom resource (CR) and applying it to the cluster.
1111

12-
[IMPORTANT]
13-
====
14-
Currently, {olmv1} supports the installation of extensions that meet the following criteria:
15-
16-
* The extension must use the `AllNamespaces` install mode.
17-
* The extension must not use webhooks.
18-
19-
Cluster extensions that use webhooks or that target a single or specified set of namespaces cannot be installed.
20-
====
12+
include::snippets/olmv1-tp-extension-support.adoc[]
2113

2214
.Prerequisite
2315

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Text snippet included in the following modules:
2+
//
3+
// * modules/olmv1-installing-an-operator.adoc
4+
// * release_notes/ocp-4-16-release-notes.adoc (enteprise-4.16 branch only)
5+
// * release_notes/ocp-4-15-release-notes.adoc (enteprise-4.15 branch only)
6+
7+
:_mod-docs-content-type: SNIPPET
8+
9+
[IMPORTANT]
10+
====
11+
Currently, {olmv1} supports the installation of extensions that meet the following criteria:
12+
13+
* The extension must use the `AllNamespaces` install mode.
14+
* The extension must not use webhooks.
15+
16+
Cluster extensions that use webhooks or that target a single or specified set of namespaces cannot be installed.
17+
====

0 commit comments

Comments
 (0)