Fault Event Information
The fault events collected by Ascend Device Plugin can be reported through Kubernetes events. The query command is kubectl get events -n kube-system. The following uses Atlas training product as an example to illustrate the query result. For details about the parameters, see Table 1.
NAMESPACE LAST SEEN TYPE REASON OBJECT MESSAGE kube-system 8s Warning Occur pod/ascend-device-plugin-daemonset-910-dlpmv device fault, nodeName:k8smaster, assertion:Occur, cardID:2, deviceID:0, faultCodes:8C084E00, faultLevelName:RestartBusiness, alarmRaisedTime:2023-11-21 05:36:53
Parameter |
Description |
|---|---|
NAMESPACE |
Name of the namespace. The value is kube-system. |
LAST SEEN |
Event occurrence time. |
TYPE |
Event type. The value can be Normal or Warning. |
REASON |
Event cause. The options are as follows:
|
OBJECT |
Event object. The format is pod/Pod name of Ascend Device Plugin, for example, pod/ascend-device-plugin-daemonset-910-dlpmv. |
MESSAGE |
Event description. The fields in the event content are described as follows:
|
Parent topic: Ascend Device Plugin