mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
24 lines
827 B
Plaintext
24 lines
827 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator-reference.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="kube-controller-manager-operator_{context}"]
|
|
= Kubernetes Controller Manager Operator
|
|
|
|
The Kubernetes Controller Manager Operator manages and updates the Kubernetes Controller Manager deployed on top of {product-title}. The Operator is based on {product-title} `library-go` framework and it is installed via the Cluster Version Operator (CVO).
|
|
|
|
It contains the following components:
|
|
|
|
* Operator
|
|
* Bootstrap manifest renderer
|
|
* Installer based on static pods
|
|
* Configuration observer
|
|
|
|
By default, the Operator exposes Prometheus metrics through the `metrics` service.
|
|
|
|
|
|
== Project
|
|
|
|
link:https://github.com/openshift/cluster-kube-controller-manager-operator[cluster-kube-controller-manager-operator]
|