Skip to content

Commit

Permalink
telemetry: change MCDDrainErr from critical to warning
Browse files Browse the repository at this point in the history
Failed drain should be warning until metrics reworked.
  • Loading branch information
kikisdeliveryservice committed Jul 29, 2020
1 parent 0234512 commit b408580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
expr: |
mcd_drain > 0
labels:
severity: critical
severity: warning
annotations:
message: "Drain failed on {{ $labels.node }} , updates may be blocked. For more details: oc logs -f -n openshift-machine-config-operator machine-config-daemon-<hash> -c machine-config-daemon"
- name: mcd-pivot-error
Expand Down

0 comments on commit b408580

Please sign in to comment.