-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
MCC sends drain alert when a node fails to reboot in a span of 5 minutes This is to make sure that admin takes appropriate action if required by looking at the pod logs. Alert contains the information on where to look for the logs.
Example alert looks like:
Reboot failed on {{ $labels.node }} , update may be blocked. For more details: oc logs -f -n {{ $labels.namespace }} {{ $labels.pod }} -c machine-config-daemon
It is possible that admin may not be able to interpret exact action to be taken after looking at MCC pod logs. Adding runbook (https://github.com/openshift/runbooks) can help admin in better troubleshooting and taking appropriate action.
Acceptance Criteria:
- Runbook doc is created for MCDRebootError alert
- Created runbook link is accessible to cluster admin with MCDRebootError alert
- relates to
-
MCO-427 Add missing runbooks for Prometheus rules
-
- To Do
-
- links to