Skip to content

Commit 428eef2

Browse files
OSDOCS#8882 OLM 1.0 admonition for multicatalog conflicts
1 parent e1f20ad commit 428eef2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

modules/olmv1-about-catalogs.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
= About catalogs in {olmv1}
1010

1111
You can discover installable content by querying a catalog for Kubernetes extensions, such as Operators and controllers, by using the catalogd component. Catalogd is a Kubernetes extension that unpacks catalog content for on-cluster clients and is part of the {olmv1-first} suite of microservices. Currently, catalogd unpacks catalog content that is packaged and distributed as container images.
12+
13+
include::snippets/olmv1-multi-catalog-admon.adoc[]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Text snippet included in the following modules:
2+
//
3+
// * modules/olmv1-about-catalogs.adoc
4+
5+
:_mod-docs-content-type: SNIPPET
6+
7+
[IMPORTANT]
8+
====
9+
If you try to install an Operator or extension that does not have unique name, the installation might fail or lead to an unpredictable result. This occurs for the following reasons:
10+
11+
* If mulitple catalogs are installed on a cluster, {olmv1} does not include a mechanism to specify a catalog when you install an Operator or extension.
12+
* Dependency resolution in {olmv1-first} requires that all of the Operators and extensions that are available to install on a cluster use a unique name for their bundles and packages.
13+
====

0 commit comments

Comments
 (0)