Skip to content

Commit ef11816

Browse files
Merge pull request #1372 from hongkailiu/ignore-testing-alert
NO-JIRA: OpenShiftUpdateRiskMightApply: bump pending to 15m from 10m
2 parents 51f24ba + c43f2cd commit ef11816

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install/0000_90_cluster-version-operator_02_prometheusrule_servicemonitor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ spec:
1616
rules:
1717
- alert: OpenShiftUpdateRiskMightApply
1818
annotations:
19-
summary: The cluster might have been exposed to the conditional update risk for 10 minutes.
19+
summary: The cluster might have been exposed to the conditional update risk for 15 minutes.
2020
description: The conditional update risk {{ "{{ $labels.risk }}" }} might apply to the cluster because of {{ "{{ $labels.reason }}" }}, and the cluster update to a version exposed to the risk is not recommended. For more information refer to 'oc adm upgrade'.
2121
runbook_url: https://github.com/openshift/runbooks/blob/master/alerts/cluster-version-operator/OpenShiftUpdateRiskMightApply.md
2222
expr: |
2323
max by (namespace, risk, reason) (last_over_time(cluster_version_risk_conditions{job="cluster-version-operator", condition="Applies"}[5m]) != 0)
24-
for: 10m
24+
for: 15m
2525
labels:
2626
severity: warning

0 commit comments

Comments
 (0)