-
Bug
-
Resolution: Done-Errata
-
Minor
-
4.13.0
-
None
-
No
-
1
-
OTA 244
-
1
-
False
-
-
N/A
-
Release Note Not Required
Description of problem:
description for ClusterOperatorDown, there is one $ before {{ $labels.reason }}
$ oc -n openshift-cluster-version get prometheusrules cluster-version-operator -oyaml .... - alert: ClusterOperatorDown annotations: description: The {{ $labels.name }} operator may be down or disabled because ${{ $labels.reason }}, and the components it manages may be unavailable or degraded. Cluster upgrades may not complete. For more information refer to 'oc get -o yaml clusteroperator {{ $labels.name }}'{{ with $console_url := "console_url" | query }}{{ if ne (len (label "url" (first $console_url ) ) ) 0}} or {{ label "url" (first $console_url ) }}/settings/cluster/{{ end }}{{ end }}. summary: Cluster operator has not been available for 10 minutes. expr: | max by (namespace, name, reason) (cluster_operator_up{job="cluster-version-operator"} == 0) for: 10m labels: severity: critical
the description is like below if ClusterOperatorDown alert is fired
The insights operator may be down or disabled because $UploadFailed,and the components it manages....
if it's intended, we could close this bug
Version-Release number of selected component (if applicable):
4.13.0-0.nightly-2023-02-27-101545
How reproducible:
always
- blocks
-
OCPBUGS-30878 one extra $ before {{ $labels.reason }} for description of ClusterOperatorDown alert
- Closed
- is cloned by
-
OCPBUGS-30878 one extra $ before {{ $labels.reason }} for description of ClusterOperatorDown alert
- Closed
- links to
-
RHEA-2023:7198 rpm