Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions release_notes/ocp-4-13-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,26 @@ In {product-title} {product-version}, you can add and configure {lvms-first} thr
[id="ocp-4-13-olm"]
=== Operator lifecycle

[id=ocp-4-13-olm-discover-operator-versions]
==== Finding Operator versions by using the OpenShift CLI
In {product-title} 4.13, you can find which versions and channels of an Operator you can install on your system by running the following OpenShift CLI (`oc`) command:

.Example `oc describe` command syntax
[source,terminal]
----
$ oc describe packagemanifests <operator_name> -n <catalog_namespace>
----

You can specify the output format of an Operator's version and channel information by running the following command:

.Example `oc get` command syntax
[source,terminal]
----
$ oc get packagemanifests <operator_name> -n <catalog_namespace> -o <output_format>
----

For more information, see xref:../operators/admin/olm-adding-operators-to-cluster.adoc#olm-installing-specific-version-cli_olm-adding-operators-to-a-cluster[Installing a specific version of an Operator].

[id="ocp-4-13-osdk"]
=== Operator development

Expand Down