1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/cluster-openshift-controller-manager-operators.adoc

30 lines
828 B
Plaintext

// Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="cluster-openshift-controller-manager-operator_{context}"]
= OpenShift Controller Manager Operator
[discrete]
== Purpose
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 `openshiftcontrollermanagers.operator.openshift.io`
can be viewed in a cluster with:
[source,terminal]
----
$ oc get crd openshiftcontrollermanagers.operator.openshift.io -o yaml
----
[discrete]
== Project
link:https://github.com/openshift/cluster-openshift-controller-manager-operator[cluster-openshift-controller-manager-operator]