From fe8b5a57bf5f89756fd21b55c7ca5677e3773f77 Mon Sep 17 00:00:00 2001 From: Lalatendu Mohanty Date: Fri, 17 Sep 2021 12:03:24 -0400 Subject: [PATCH] Bug 2005407: Changing the ClusterNotUpgradeable alert to info Signed-off-by: Lalatendu Mohanty --- install/0000_90_cluster-version-operator_02_servicemonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/0000_90_cluster-version-operator_02_servicemonitor.yaml b/install/0000_90_cluster-version-operator_02_servicemonitor.yaml index a1d05dbe0..9f052b5f4 100644 --- a/install/0000_90_cluster-version-operator_02_servicemonitor.yaml +++ b/install/0000_90_cluster-version-operator_02_servicemonitor.yaml @@ -69,7 +69,7 @@ spec: max by (name, condition, endpoint) (cluster_operator_conditions{name="version", condition="Upgradeable", endpoint="metrics"} == 0) for: 60m labels: - severity: warning + severity: info - alert: ClusterOperatorDown annotations: message: Cluster operator {{ "{{ $labels.name }}" }} has not been available for 10 minutes. Operator may be down or disabled, cluster will not be kept up to date and upgrades will not be possible.