Skip to content

Commit ac84d90

Browse files
Merge pull request #1250 from ssierrab/cvo_down_runbook
OCPBUGS-14246: Adding runbook URL for ClusterVersionOperatorDown
2 parents 420e6d0 + 9153631 commit ac84d90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install/0000_90_cluster-version-operator_02_servicemonitor.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ spec:
4444
annotations:
4545
summary: Cluster version operator has disappeared from Prometheus target discovery.
4646
description: The operator may be down or disabled. The cluster will not be kept up to date and upgrades will not be possible. Inspect the openshift-cluster-version namespace for events or changes to the cluster-version-operator deployment or pods to diagnose and repair. {{ "{{ with $console_url := \"console_url\" | query }}{{ if ne (len (label \"url\" (first $console_url ) ) ) 0}} For more information refer to {{ label \"url\" (first $console_url ) }}/k8s/cluster/projects/openshift-cluster-version.{{ end }}{{ end }}" }}
47+
runbook_url: https://github.com/openshift/runbooks/blob/master/alerts/cluster-version-operator/ClusterVersionOperatorDown.md
4748
expr: |
4849
absent(up{job="cluster-version-operator"} == 1)
4950
for: 10m

0 commit comments

Comments
 (0)