From dbc7596a4215afee59fccb78b3e70b21414a4fae Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 19 May 2020 18:29:10 -0700 Subject: [PATCH] install/0000_90_cluster-version-operator_02_servicemonitor: Drop "unstable" from ClusterOperatorDegraded If we considered Degraded=True something that impacted update stability, I expect we'd want a guard against it that blocked new updates until admins coaxed the operator back into happiness. This commit softens wording from af62f04483 (install: add alerts for cluster-version-operator, 2019-08-07, #232). --- 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 a125175af4..4bc69d40d6 100644 --- a/install/0000_90_cluster-version-operator_02_servicemonitor.yaml +++ b/install/0000_90_cluster-version-operator_02_servicemonitor.yaml @@ -52,7 +52,7 @@ spec: severity: critical - alert: ClusterOperatorDegraded annotations: - message: Cluster operator {{ "{{ $labels.name }}" }} has been degraded for 10 mins. Operator is degraded because {{ "{{ $labels.reason }}" }} and cluster upgrades will be unstable. + message: Cluster operator {{ "{{ $labels.name }}" }} has been degraded for 10 mins. Operator is degraded because {{ "{{ $labels.reason }}" }}. expr: | cluster_operator_conditions{job="cluster-version-operator", condition="Degraded"} == 1 for: 10m