Skip to content

Commit 7f8fe90

Browse files
Remove mention of the Operator SDK product / project
1 parent 083001e commit 7f8fe90

File tree

8 files changed

+2
-21
lines changed

8 files changed

+2
-21
lines changed

_attributes/common-attributes.adoc

+1-5
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ endif::[]
223223
// logical volume manager storage
224224
:lvms-first: Logical Volume Manager (LVM) Storage
225225
:lvms: LVM Storage
226-
//Operator SDK version
227-
:osdk_ver: 1.38.0
228-
//Operator SDK version that shipped with the previous OCP 4.x release
229-
:osdk_ver_n1: 1.36.1
230226
//Version-agnostic OLM
231227
:olm-first: Operator Lifecycle Manager (OLM)
232228
:olm: OLM
@@ -381,4 +377,4 @@ endif::openshift-origin[]
381377
:rhoai-diy: Red{nbsp}Hat OpenShift AI Self-Managed
382378
:rhoai-cloud: Red{nbsp}Hat OpenShift AI Cloud Service
383379
:ai-first: artificial intelligence (AI)
384-
//RHEL AI attribute listed with RHEL family
380+
//RHEL AI attribute listed with RHEL family

contributing_to_docs/term_glossary.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,6 @@ Operator that packages an application.
512512
.Examples of correct usage
513513
====
514514
Install the etcd Operator.
515-
516-
Build an Operator using the Operator SDK.
517515
====
518516

519517
See link:doc_guidelines.adoc#api-object-formatting[API object formatting] for

getting_started/openshift-overview.adoc

-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ describes an application that can be deployed using the Helm CLI.
7676

7777
* **xref:../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[Understand Operators]**: Operators are the preferred method for creating on-cluster applications for {product-title} {product-version}. Learn about the Operator Framework and how to deploy applications using installed Operators into your projects.
7878

79-
* **xref:../operators/operator_sdk/osdk-about.adoc#osdk-about[Develop Operators]**: Operators are the preferred method for creating on-cluster applications for {product-title} {product-version}. Learn the workflow for building, testing, and deploying Operators. Then, create your own Operators based on xref:../operators/operator_sdk/ansible/osdk-ansible-support.adoc#osdk-ansible-support[Ansible] or
80-
xref:../operators/operator_sdk/helm/osdk-helm-support.adoc#osdk-helm-support[Helm], or configure xref:../operators/operator_sdk/osdk-monitoring-prometheus.adoc#osdk-monitoring-prometheus[built-in Prometheus monitoring] using the Operator SDK.
81-
8279
* **xref:../rest_api/overview/index.adoc#api-index[REST API reference]**: Learn about {product-title} application programming interface endpoints.
8380

8481
=== For administrators

modules/arch-olm-operators.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ All Operators listed in the Operator Hub marketplace should be available for ins
3232
====
3333
endif::openshift-dedicated,openshift-rosa[]
3434

35-
Developers can use the Operator SDK to help author custom Operators that take advantage of OLM features, as well. Their Operator can then be bundled and added to a custom catalog source, which can be added to a cluster and made available to users.
36-
3735
[NOTE]
3836
====
3937
OLM does not manage the cluster Operators that comprise the {product-title} architecture.

modules/olm-operator-framework.adoc

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
The Operator Framework is a family of tools and capabilities to deliver on the customer experience described above. It is not just about writing code; testing, delivering, and updating Operators is just as important. The Operator Framework components consist of open source tools to tackle these problems:
99

10-
Operator SDK::
11-
The Operator SDK assists Operator authors in bootstrapping, building, testing, and packaging their own Operator based on their expertise without requiring knowledge of Kubernetes API complexities.
12-
1310
Operator Lifecycle Manager::
1411
Operator Lifecycle Manager (OLM) controls the installation, upgrade, and role-based access control (RBAC) of Operators in a cluster. It is deployed by default in {product-title} {product-version}.
1512

modules/olm-operator-maturity-model.adoc

-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ One can however generalize the scale of the maturity of the encapsulated operati
1111

1212
.Operator maturity model
1313
image::operator-maturity-model.png[]
14-
15-
The above model also shows how these capabilities can best be developed through
16-
the Helm, Go, and Ansible capabilities of the Operator SDK.

modules/olm-operatorhub-overview.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ Cluster administrators can choose from catalogs grouped into the following categ
3333
endif::[]
3434

3535
Operators on OperatorHub are packaged to run on OLM. This includes a YAML file called a cluster service version (CSV) containing all of the CRDs, RBAC rules, deployments, and container images required to install and securely run the Operator. It also contains user-visible information like a description of its features and supported Kubernetes versions.
36-
37-
The Operator SDK can be used to assist developers packaging their Operators for use on OLM and OperatorHub. If you have a commercial application that you want to make accessible to your customers, get it included using the certification workflow provided on the Red Hat Partner Connect portal at link:https://connect.redhat.com[connect.redhat.com].

operators/understanding/olm-common-terms.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
This topic provides a glossary of common terms related to the Operator Framework, including Operator Lifecycle Manager (OLM) and the Operator SDK.
9+
This topic provides a glossary of common terms related to the Operator Framework, including Operator Lifecycle Manager (OLM).
1010

1111
include::snippets/of-terms-snippet.adoc[leveloffset=+0]

0 commit comments

Comments
 (0)