Machine Config Daemon metrics
The Machine Config Daemon is a part of the Machine Config Operator. It runs on every node in the cluster. The Machine Config Daemon manages configuration changes and updates on each of the nodes.
Machine Config Daemon metrics
Beginning with OKD 4.3, the Machine Config Daemon provides a set of metrics. These metrics can be accessed using the Prometheus Cluster Monitoring stack.
The following table describes this set of metrics. Some entries contain commands for getting specific logs. Hpwever, the most comprehensive set of logs is available using the oc adm must-gather
command.
Metrics marked with |
Name | Format | Description | Notes |
---|---|---|---|
|
| Shows the OS that MCD is running on, such as Fedora. | |
| Logs errors received during failed drain. | While drains might need multiple tries to succeed, terminal failed drains prevent updates from proceeding. The For further investigation, see the logs by running:
| |
|
| Logs errors encountered during pivot. | Pivot errors might prevent OS upgrades from proceeding. For further investigation, run this command to see the logs from the
|
|
| State of Machine Config Daemon for the indicated node. Possible states are “Done”, “Working”, and “Degraded”. In case of “Degraded”, the reason is included. | For further investigation, see the logs by running:
|
| Logs kubelet health failures. | This is expected to be empty, with failure count of 0. If failure count exceeds 2, the error indicating threshold is exceeded. This indicates a possible issue with the health of the kubelet. For further investigation, run this command to access the node and see all its logs:
| |
|
| Logs the failed reboots and the corresponding errors. | This is expected to be empty, which indicates a successful reboot. For further investigation, see the logs by running:
|
|
| Logs success or failure of configuration updates and the corresponding errors. | The expected value is For further investigation, see the logs by running:
|
Additional resources