Kubernetes API Status Reasons
Machine-readable reason strings returned in the Status.reason field of Kubernetes API error responses. These accompany an HTTP status code and provide a stable identifier for the error category, independent of the human-readable message.
References
29 codes
-
AlreadyExistsAlready exists -
BadRequestBad request -
ConflictConflict -
ContainerCannotRunContainer cannot run -
CrashLoopBackOffCrash loop backoff -
CreateContainerErrorCreate container error -
DeadlineExceededDeadline exceeded -
ErrImagePullImage pull error -
EvictedEvicted -
ExpiredExpired -
ForbiddenForbidden -
GoneGone -
ImagePullBackOffImage pull backoff -
InternalErrorInternal error -
InvalidInvalid -
MethodNotAllowedMethod not allowed -
NotAcceptableNot acceptable -
NotFoundNot found -
OOMKilledOOM killed -
PendingPending -
RequestEntityTooLargeErrorRequest entity too large -
RunContainerErrorRun container error -
ServerTimeoutServer timeout -
ServiceUnavailableService unavailable -
TimeoutTimeout -
TooManyRequestsToo many requests -
UnauthorizedUnauthorised -
UnschedulableUnschedulable -
UnsupportedMediaTypeUnsupported media type