Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.5 KB

File metadata and controls

22 lines (18 loc) · 1.5 KB

cluster-openshift-controller-manager-operator

The openshift-controller-manager operator is an OpenShift ClusterOperator. It installs and maintains the OpenShiftControllerManager Custom Resource in a cluster and can be viewed with:

oc get clusteroperator openshift-controller-manager -o yaml

The Custom Resource Definition openshiftcontrollermanagers.operator.openshift.io
can be viewed in a cluster with:

$ oc get crd openshiftcontrollermanagers.operator.openshift.io -o yaml

Many OpenShift ClusterOperators share common build, test, deployment, and update methods.
For more information about how to build, deploy, test, update, and develop OpenShift ClusterOperators, see
OpenShift ClusterOperator and Operand Developer Document

This section explains how to deploy OpenShift with your test openshift-controller-manager image:
Testing a ClusterOperator/Operand image in a cluster