1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/cluster-openshift-controller-manager-operators.adoc
Max Bridges b5fc467d1f add content types to untagged modules
OSDOCS-16694
2025-10-31 21:02:28 -04:00

27 lines
836 B
Plaintext

// Module included in the following assemblies:
//
// * operators/operator-reference.adoc
:_mod-docs-content-type: REFERENCE
[id="cluster-openshift-controller-manager-operator_{context}"]
= OpenShift Controller Manager Operator
The OpenShift Controller Manager Operator installs and maintains the `OpenShiftControllerManager` custom resource in a cluster and can be viewed with:
[source,terminal]
----
$ oc get clusteroperator openshift-controller-manager -o yaml
----
The custom resource definition (CRD) `openshiftcontrollermanagers.operator.openshift.io` can be viewed in a cluster with:
[source,terminal]
----
$ oc get crd openshiftcontrollermanagers.operator.openshift.io -o yaml
----
== Project
link:https://github.com/openshift/cluster-openshift-controller-manager-operator[cluster-openshift-controller-manager-operator]