Skip to content

Commit 66d2074

Browse files
Merge pull request #76362 from michaelryanpeter/osdocs-10522-remove-platform-operators
OSDOCS#10522: Remove platform Operators TP
2 parents f8314ca + 86823eb commit 66d2074

File tree

10 files changed

+2
-276
lines changed

10 files changed

+2
-276
lines changed

_topic_maps/_topic_map.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,9 +1862,6 @@ Topics:
18621862
- Name: Catalog source pod scheduling
18631863
File: olm-cs-podsched
18641864
Distros: openshift-origin,openshift-enterprise
1865-
- Name: Managing platform Operators
1866-
File: olm-managing-po
1867-
Distros: openshift-enterprise,openshift-origin
18681865
- Name: Troubleshooting Operator issues
18691866
File: olm-troubleshooting-operator-issues
18701867
Distros: openshift-enterprise,openshift-origin

_topic_maps/_topic_map_osd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,6 @@ Topics:
716716
File: olm-managing-custom-catalogs
717717
- Name: Catalog source pod scheduling
718718
File: olm-cs-podsched
719-
# - Name: Managing platform Operators <= Tech Preview
720-
# File: olm-managing-po
721719
- Name: Troubleshooting Operator issues
722720
File: olm-troubleshooting-operator-issues
723721
- Name: Developing Operators

_topic_maps/_topic_map_rosa.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,8 +937,6 @@ Topics:
937937
File: olm-managing-custom-catalogs
938938
- Name: Catalog source pod scheduling
939939
File: olm-cs-podsched
940-
# - Name: Managing platform Operators <= Tech Preview
941-
# File: olm-managing-po
942940
- Name: Troubleshooting Operator issues
943941
File: olm-troubleshooting-operator-issues
944942
- Name: Developing Operators

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,8 +940,6 @@ Topics:
940940
# File: olm-managing-custom-catalogs
941941
# - Name: Catalog source pod scheduling
942942
# File: olm-cs-podsched
943-
# - Name: Managing platform Operators <= Tech Preview
944-
# File: olm-managing-po
945943
# - Name: Troubleshooting Operator issues
946944
# File: olm-troubleshooting-operator-issues
947945
# - Name: Developing Operators

architecture/control-plane.adoc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,6 @@ include::modules/arch-olm-operators.adoc[leveloffset=+2]
5050
* For more details on running add-on Operators in {product-title}, see the _Operators_ guide sections on xref:../operators/understanding/olm/olm-understanding-olm.adoc#olm-understanding-olm[Operator Lifecycle Manager (OLM)] and xref:../operators/understanding/olm-understanding-operatorhub.adoc#olm-understanding-operatorhub[OperatorHub].
5151
* For more details on the Operator SDK, see xref:../operators/operator_sdk/osdk-about.adoc#osdk-about[Developing Operators].
5252

53-
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
54-
include::modules/arch-platform-operators.adoc[leveloffset=+2]
55-
56-
[role="_additional-resources"]
57-
.Additional resources
58-
* xref:../operators/admin/olm-managing-po.adoc#olm-managing-po[Managing platform Operators]
59-
* xref:../operators/admin/olm-managing-po.adoc#olm-po-techpreview_olm-managing-po[Technology Preview restrictions for platform Operators]
60-
* xref:../operators/understanding/olm-packaging-format.adoc#olm-rukpak-about_olm-packaging-format[RukPak component and packaging format]
61-
* xref:../installing/cluster-capabilities.adoc#cluster-capabilities[Cluster capabilities]
62-
endif::[]
63-
6453
// This module does not apply to OSD/ROSA
6554
ifndef::openshift-dedicated,openshift-rosa[]
6655
include::modules/understanding-machine-config-operator.adoc[leveloffset=+1]

modules/olm-deleting-po.adoc

Lines changed: 0 additions & 65 deletions
This file was deleted.

modules/olm-installing-po-during.adoc

Lines changed: 0 additions & 117 deletions
This file was deleted.

modules/olm-po-techpreview.adoc

Lines changed: 0 additions & 68 deletions
This file was deleted.

modules/olm-rukpak-about.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ ifeval::["{context}" == "olm-packaging-format"]
1111
:FeatureName: RukPak
1212
include::snippets/technology-preview.adoc[]
1313

14-
{product-title} 4.12 introduces the _platform Operator_ type as a Technology Preview feature. The platform Operator mechanism relies on the RukPak component, also introduced in {product-title} 4.12, and its resources to manage content.
15-
16-
{product-title} 4.14 introduces {olmv1-first} as a Technology Preview feature, which also relies on the RukPak component.
14+
{product-title} 4.14 introduces {olmv1-first} as a Technology Preview feature, which relies on the RukPak component.
1715
endif::[]
1816
ifeval::["{context}" == "olmv1-rukpak"]
1917
= About RukPak
@@ -36,4 +34,4 @@ A Git repository that contains a bundle within a directory
3634
Provisioner::
3735
Controllers that install and manage content on a Kubernetes cluster
3836
Bundle deployment::
39-
Generates deployed instances of a bundle
37+
Generates deployed instances of a bundle

operators/understanding/olm-packaging-format.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ include::modules/olm-rukpak-about.adoc[leveloffset=+1]
7979
[role="_additional-resources"]
8080
.Additional resources
8181
82-
* xref:../../operators/admin/olm-managing-po.adoc#olm-managing-po[Managing platform Operators]
83-
* xref:../../operators/admin/olm-managing-po.adoc#olm-po-techpreview_olm-managing-po[Technology Preview restrictions for platform Operators]
8482
* xref:../../operators/olm_v1/index.adoc#olmv1-about[About Operator Lifecycle Manager 1.0 (Technology Preview)]
8583
8684
include::modules/olm-rukpak-bundle.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)