StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
JSON representation | |
---|---|
{
"code": enum ( |
Fields | |
---|---|
code |
Machine-friendly representation of the condition |
message |
Human-friendly representation of the condition |
Code
Code for each condition
Enums | |
---|---|
UNKNOWN |
UNKNOWN indicates a generic condition. |
GCE_STOCKOUT |
GCE_STOCKOUT indicates a Google Compute Engine stockout. |
GKE_SERVICE_ACCOUNT_DELETED |
GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot service account. |
GCE_QUOTA_EXCEEDED |
Google Compute Engine quota was exceeded. |
SET_BY_OPERATOR |
Cluster state was manually changed by an SRE due to a system logic error. |
CLOUD_KMS_KEY_ERROR |
Unable to perform an encrypt operation against the CloudKMS key used for etcd level encryption. More codes TBA |