Skip to content

Commit c736f9c

Browse files
OSDOCS#12812: Remove TP, pull secret, and private catalog snippets
Remove the following snippets in the OLM v1 docs: - Tech Preview - Known issue with private registries - Pull secrets Rephrase the abstract for the RH catalogs since they are now installed by default.
1 parent 04d2d54 commit c736f9c

16 files changed

+3
-121
lines changed

extensions/arch/catalogd.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
{olmv1-first} uses the catalogd component and its resources to manage Operator and extension catalogs.
1310

14-
[IMPORTANT]
15-
====
16-
include::snippets/olmv1-known-issue-private-registries.adoc[]
17-
====
18-
1911
include::modules/olmv1-about-catalogs.adoc[leveloffset=+1]
2012
[role="_additional-resources"]
2113
.Additional resources

extensions/arch/components.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
{olmv1-first} comprises the following component projects:
1310

1411
Operator Controller:: xref:../../extensions/arch/operator-controller.adoc#operator-controller[Operator Controller] is the central component of {olmv1} that extends Kubernetes with an API through which users can install and manage the lifecycle of Operators and extensions. It consumes information from catalogd.

extensions/arch/operator-controller.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
Operator Controller is the central component of {olmv1-first} and consumes the other {olmv1} component, catalogd. It extends Kubernetes with an API through which users can install Operators and extensions.
1310

1411
include::modules/olmv1-clusterextension-api.adoc[leveloffset=+1]

extensions/catalogs/creating-catalogs.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
Catalog maintainers can create new catalogs in the file-based catalog format for use with {olmv1-first} on {product-title}.
1310

14-
[IMPORTANT]
15-
====
16-
include::snippets/olmv1-known-issue-private-registries.adoc[]
17-
====
18-
1911
include::modules/olm-creating-fb-catalog-image.adoc[leveloffset=+1]
2012
[role="_additional-resources"]
2113
.Additional resources

extensions/catalogs/fbc.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
{olmv1-first} in {product-title} supports _file-based catalogs_ for discovering and sourcing cluster extensions, including Operators, on a cluster.
1310

14-
[IMPORTANT]
15-
====
16-
include::snippets/olmv1-known-issue-private-registries.adoc[]
17-
====
18-
1911
include::modules/olm-fb-catalogs.adoc[leveloffset=+1]
2012

2113
include::modules/olm-fb-catalogs-structure.adoc[leveloffset=+1]

extensions/catalogs/managing-catalogs.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
Cluster administrators can add _catalogs_, or curated collections of Operators and Kubernetes extensions, to their clusters. Operator authors publish their products to these catalogs. When you add a catalog to your cluster, you have access to the versions, patches, and over-the-air updates of the Operators and extensions that are published to the catalog.
1310

1411
You can manage catalogs and extensions declaratively from the CLI by using custom resources (CRs).
@@ -29,6 +26,5 @@ include::modules/olmv1-about-catalogs.adoc[leveloffset=+1]
2926
* xref:../../extensions/catalogs/fbc.adoc#fbc[File-based catalogs]
3027
3128
include::modules/olmv1-red-hat-catalogs.adoc[leveloffset=+1]
32-
include::modules/olmv1-creating-a-pull-secret-for-catalogd.adoc[leveloffset=+1]
3329
include::modules/olmv1-adding-a-catalog.adoc[leveloffset=+1]
3430
include::modules/olmv1-deleting-catalog.adoc[leveloffset=+1]

extensions/catalogs/rh-catalogs.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
Red Hat provides several Operator catalogs that are included with {product-title} by default.
1310

14-
[IMPORTANT]
15-
====
16-
include::snippets/olmv1-known-issue-private-registries.adoc[]
17-
====
18-
1911
include::modules/olm-rh-catalogs.adoc[leveloffset=+1]

extensions/ce/crd-upgrade-safety.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
When you update a custom resource definition (CRD) that is provided by a cluster extension, {olmv1-first} runs a CRD upgrade safety preflight check to ensure backwards compatibility with previous versions of that CRD. The CRD update must pass the validation checks before the change is allowed to progress on a cluster.
1310

1411
[role="_additional-resources"]
@@ -18,4 +15,4 @@ When you update a custom resource definition (CRD) that is provided by a cluster
1815
include::modules/prohibited-crd-upgrades.adoc[leveloffset=+1]
1916
include::modules/allowed-crd-upgrades.adoc[leveloffset=+1]
2017
include::modules/disabling-crd-preflight.adoc[leveloffset=+1]
21-
include::modules/examples-unsafe-crd-upgrades.adoc[leveloffset=+1]
18+
include::modules/examples-unsafe-crd-upgrades.adoc[leveloffset=+1]

extensions/ce/managing-ce.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,10 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
After a catalog has been added to your cluster, you have access to the versions, patches, and over-the-air updates of the extensions and Operators that are published to the catalog.
1310

1411
You can manage extensions declaratively from the CLI using custom resources (CRs).
1512

16-
[IMPORTANT]
17-
====
18-
include::snippets/olmv1-known-issue-private-registries.adoc[]
19-
====
20-
2113
include::modules/olmv1-supported-extensions.adoc[leveloffset=+1]
2214

2315
[role="_additional-resources"]

extensions/ce/upgrade-edges.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,10 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
:FeatureName: {olmv1-first}
10-
include::snippets/technology-preview.adoc[]
11-
129
When determining upgrade edges, also known as upgrade paths or upgrade constraints, for an installed cluster extension, {olmv1-first} supports {olmv0} semantics starting in {product-title} 4.16. This support follows the behavior from {olmv0}, including `replaces`, `skips`, and `skipRange` directives, with a few noted differences.
1310

1411
By supporting {olmv0} semantics, {olmv1} now honors the upgrade graph from catalogs accurately.
1512

16-
[IMPORTANT]
17-
====
18-
include::snippets/olmv1-known-issue-private-registries.adoc[]
19-
====
20-
2113
.Differences from original {olmv0} implementation
2214

2315
* If there are multiple possible successors, {olmv1} behavior differs in the following ways:

0 commit comments

Comments
 (0)