Skip to content

Commit cde3e62

Browse files
committed
Rename the alert name to OpenShiftUpdateRiskApplies
1 parent f2d0591 commit cde3e62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install/0000_90_cluster-version-operator_02_prometheusrule-TechPreviewNoUpgrade.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ spec:
1414
groups:
1515
- name: cluster-version-tech-preview
1616
rules:
17-
- alert: RiskApplies
17+
- alert: OpenShiftUpdateRiskApplies
1818
annotations:
1919
summary: The cluster has been exposed to the conditional update risk for 10 minutes.
2020
description: The conditional update risk {{ "{{ $labels.risk }}" }} applies to the cluster, and the cluster update to a version exposed to the risk is not recommended. For more information refer to 'oc adm upgrade'.
21-
runbook_url: https://github.com/openshift/runbooks/blob/master/alerts/cluster-monitoring-operator/RiskApplies.md
21+
runbook_url: https://github.com/openshift/runbooks/blob/master/alerts/cluster-monitoring-operator/OpenShiftUpdateRiskApplies.md
2222
expr: |
2323
max by (namespace, name, risk) (cluster_version_risk_conditions{job="cluster-version-operator", name="version", condition="Applies"} == 1)
2424
for: 10m

0 commit comments

Comments
 (0)