diff --git a/pkg/cvo/status.go b/pkg/cvo/status.go index e162316990..554d455108 100644 --- a/pkg/cvo/status.go +++ b/pkg/cvo/status.go @@ -27,8 +27,7 @@ import ( const ( // ClusterStatusFailing is set on the ClusterVersion status when a cluster - // cannot reach the desired state. It is considered more serious than Degraded - // and indicates the cluster is not healthy. + // cannot reach the desired state. It indicates the cluster is not healthy. ClusterStatusFailing = configv1.ClusterStatusConditionType("Failing") // MaxHistory is the maximum size of ClusterVersion history. Once exceeded