Skip to content

The openshift-controller-manager operator installs and maintains the openshift-controller-manager on a cluster

License

Notifications You must be signed in to change notification settings

Catello/cluster-openshift-controller-manager-operator

 
 

Repository files navigation

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

About

The openshift-controller-manager operator installs and maintains the openshift-controller-manager on a cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • Other 1.4%