NodeStopping.Reason
Name |
Number |
Description |
CREATE_FAILED |
0 |
|
PENDING_TIME_EXCEEDED |
1 |
|
STARTUP_TIME_EXCEEDED |
2 |
|
INITIALISATION_HEALTH_PING_TIME_EXCEEDED |
3 |
|
HEALTH_PING_TIME_EXCEEDED |
4 |
|
DUPLICATE_JOB |
5 |
|
PROVIDER_STOP |
6 |
|
PROVIDER_TERMINATE |
7 |
|
USER_REQUESTED |
8 |
|
UNKNOWN_NODE |
9 |
|
VERSION_SKEW |
10 |
The worker’s hello carried a ProtocolVersion on a different major from the daemon’s (shared/common.proto). The node is stopped and the versions are in the daemon’s audit log (kind node-version-skew). |
UNTRUSTED_WORKER |
11 |
The worker’s hello failed the trust check: its token’s cookie is not the one its provider issued the instance, or the signature it presented is not the daemon’s. No licence was issued; the verdict is in the daemon’s audit log (kind node-untrusted). |