Skip to content

Commit

Permalink
OSDOCS-10522: Remove platform Operators
Browse files Browse the repository at this point in the history
- Remove PO from topic maps
- Update existing content to remove PO references
- Delete platform Operators content
  • Loading branch information
michaelryanpeter authored and openshift-cherrypick-robot committed Jun 3, 2024
1 parent a1541ec commit bd40dd3
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 276 deletions.
3 changes: 0 additions & 3 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1861,9 +1861,6 @@ Topics:
- Name: Catalog source pod scheduling
File: olm-cs-podsched
Distros: openshift-origin,openshift-enterprise
- Name: Managing platform Operators
File: olm-managing-po
Distros: openshift-enterprise,openshift-origin
- Name: Troubleshooting Operator issues
File: olm-troubleshooting-operator-issues
Distros: openshift-enterprise,openshift-origin
Expand Down
2 changes: 0 additions & 2 deletions _topic_maps/_topic_map_osd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,6 @@ Topics:
File: olm-managing-custom-catalogs
- Name: Catalog source pod scheduling
File: olm-cs-podsched
# - Name: Managing platform Operators <= Tech Preview
# File: olm-managing-po
- Name: Troubleshooting Operator issues
File: olm-troubleshooting-operator-issues
- Name: Developing Operators
Expand Down
2 changes: 0 additions & 2 deletions _topic_maps/_topic_map_rosa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,6 @@ Topics:
File: olm-managing-custom-catalogs
- Name: Catalog source pod scheduling
File: olm-cs-podsched
# - Name: Managing platform Operators <= Tech Preview
# File: olm-managing-po
- Name: Troubleshooting Operator issues
File: olm-troubleshooting-operator-issues
- Name: Developing Operators
Expand Down
2 changes: 0 additions & 2 deletions _topic_maps/_topic_map_rosa_hcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -940,8 +940,6 @@ Topics:
# File: olm-managing-custom-catalogs
# - Name: Catalog source pod scheduling
# File: olm-cs-podsched
# - Name: Managing platform Operators <= Tech Preview
# File: olm-managing-po
# - Name: Troubleshooting Operator issues
# File: olm-troubleshooting-operator-issues
# - Name: Developing Operators
Expand Down
11 changes: 0 additions & 11 deletions architecture/control-plane.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ include::modules/arch-olm-operators.adoc[leveloffset=+2]
* 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].
* For more details on the Operator SDK, see xref:../operators/operator_sdk/osdk-about.adoc#osdk-about[Developing Operators].

ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
include::modules/arch-platform-operators.adoc[leveloffset=+2]

[role="_additional-resources"]
.Additional resources
* xref:../operators/admin/olm-managing-po.adoc#olm-managing-po[Managing platform Operators]
* xref:../operators/admin/olm-managing-po.adoc#olm-po-techpreview_olm-managing-po[Technology Preview restrictions for platform Operators]
* xref:../operators/understanding/olm-packaging-format.adoc#olm-rukpak-about_olm-packaging-format[RukPak component and packaging format]
* xref:../installing/cluster-capabilities.adoc#cluster-capabilities[Cluster capabilities]
endif::[]
// This module does not apply to OSD/ROSA
ifndef::openshift-dedicated,openshift-rosa[]
include::modules/understanding-machine-config-operator.adoc[leveloffset=+1]
Expand Down
65 changes: 0 additions & 65 deletions modules/olm-deleting-po.adoc

This file was deleted.

117 changes: 0 additions & 117 deletions modules/olm-installing-po-during.adoc

This file was deleted.

68 changes: 0 additions & 68 deletions modules/olm-po-techpreview.adoc

This file was deleted.

6 changes: 2 additions & 4 deletions modules/olm-rukpak-about.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ ifeval::["{context}" == "olm-packaging-format"]
:FeatureName: RukPak
include::snippets/technology-preview.adoc[]

{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.

{product-title} 4.14 introduces {olmv1-first} as a Technology Preview feature, which also relies on the RukPak component.
{product-title} 4.14 introduces {olmv1-first} as a Technology Preview feature, which relies on the RukPak component.
endif::[]
ifeval::["{context}" == "olmv1-rukpak"]
= About RukPak
Expand All @@ -36,4 +34,4 @@ A Git repository that contains a bundle within a directory
Provisioner::
Controllers that install and manage content on a Kubernetes cluster
Bundle deployment::
Generates deployed instances of a bundle
Generates deployed instances of a bundle
2 changes: 0 additions & 2 deletions operators/understanding/olm-packaging-format.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ include::modules/olm-rukpak-about.adoc[leveloffset=+1]
[role="_additional-resources"]
.Additional resources
* xref:../../operators/admin/olm-managing-po.adoc#olm-managing-po[Managing platform Operators]
* xref:../../operators/admin/olm-managing-po.adoc#olm-po-techpreview_olm-managing-po[Technology Preview restrictions for platform Operators]
* xref:../../operators/olm_v1/index.adoc#olmv1-about[About Operator Lifecycle Manager 1.0 (Technology Preview)]
include::modules/olm-rukpak-bundle.adoc[leveloffset=+2]
Expand Down

0 comments on commit bd40dd3

Please sign in to comment.