mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
21 lines
982 B
Plaintext
21 lines
982 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator-reference.adoc
|
|
|
|
[id="cluster-version-operator_{context}"]
|
|
= Cluster Version Operator
|
|
|
|
[discrete]
|
|
== Purpose
|
|
|
|
Cluster Operators manage specific areas of cluster functionality. The Cluster Version Operator (CVO) manages the lifecycle of cluster Operators, many of which are installed in {product-title} by default.
|
|
|
|
The CVO also checks with the OpenShift Update Service to see the valid updates and update paths based on current component versions and information in the graph by collecting the status of both the cluster version and its cluster Operators. This status includes the condition type, which informs you of the health and current state of the {product-title} cluster.
|
|
|
|
For more information regarding cluster version condition types, see "Understanding cluster version condition types".
|
|
|
|
[discrete]
|
|
== Project
|
|
|
|
link:https://github.com/openshift/cluster-version-operator[cluster-version-operator]
|