Kubernetes Pod States & Errors

k8s 1.3273 codes

Pod states, exit codes, probe failures, RBAC, storage and network errors

Showing 73 of 73 errors
CodeMessage
CrashLoopBackOffContainer keeps crashing and restarting
ImagePullBackOffFailed to pull container image with backoff
ErrImagePullFailed to pull container image
OOMKilledContainer ran out of memory
EvictedPod was evicted from the node
InvalidImageNameContainer image name is not valid
ContainerCreatingPod is stuck in the ContainerCreating state
CreateContainerConfigErrorError creating container configuration
RunContainerErrorError running the container
Pending (Insufficient cpu)Pod cannot be scheduled due to insufficient CPU
Pending (Insufficient memory)Pod cannot be scheduled due to insufficient memory
Pending (Taint Toleration)Pod cannot be scheduled due to taints
Forbidden (RBAC)Action is forbidden by RBAC policy
NotFound (resource)The requested resource was not found
Conflict (409)Conflict updating a resource
UnprocessableEntity (422)The request is invalid
PVCNotBoundPersistentVolumeClaim is not bound
ConfigMapNotFoundA referenced ConfigMap was not found
SecretNotFoundA referenced Secret was not found
ConnectionRefused (API server down)Cannot connect to the Kubernetes API server
ResourceQuotaExceededResource creation forbidden by a ResourceQuota
NodeNotReadyNode is not ready to accept pods
ExitCode 0Container exited successfully
ExitCode 1Application exited with a general error
ExitCode 2Misuse of shell builtins or incorrect usage
ExitCode 125Container failed to run — Docker/runtime error
ExitCode 126Command found but not executable
ExitCode 127Command not found in container
ExitCode 128Invalid exit argument passed to exit()
ExitCode 137Container killed by SIGKILL (OOM or manual kill)
CompletedPod has finished successfully
TerminatingPod is being deleted and awaiting graceful shutdown
ErrorContainer exited with a non-zero exit code
Init:CrashLoopBackOffInit container is crashing repeatedly
Init:ErrorInit container exited with an error
Init:OOMKilledInit container was killed due to out-of-memory
Init:ImagePullBackOffInit container image cannot be pulled
PodInitializingInit containers are still running
RunningButNotReadyPod is running but readiness probe is failing
UnschedulablePod cannot be placed on any node
CreateContainerErrorKubelet could not create the container
PostStartHookErrorpostStart lifecycle hook failed
PreStopHookErrorpreStop hook failed during pod termination
DeadlineExceededPod exceeded its activeDeadlineSeconds limit
Liveness probe failedContainer killed by failing liveness probe
Readiness probe failedPod removed from service endpoints due to failing readiness probe
Startup probe failedContainer killed before startup probe passed
Liveness probe timeoutLiveness probe did not respond within timeoutSeconds
Pending (no nodes available)No nodes exist in the cluster to schedule the pod
Pending (node selector mismatch)nodeSelector or nodeAffinity does not match any node
Pending (PodAffinityError)Pod affinity or anti-affinity rules cannot be satisfied
NodeMemoryPressureNode is under memory pressure — pods may be evicted
NodeDiskPressureNode disk is full or nearly full
Unauthorized (401)Authentication failed — missing or invalid token
ServiceAccountNotFoundPod references a service account that does not exist
TooManyRequests (429)API server rate limit exceeded
ServerTimeout (504)API server request timed out
BadRequest (400)Malformed API request body rejected by the server
FailedMountVolume mount failed — pod cannot start
VolumeMountErrorKubelet cannot mount the volume onto the node
PVCPendingPVC waiting for storage class to provision a volume
StorageClassNotFoundStorageClass referenced in PVC does not exist
NetworkNotReadyCNI plugin not ready — pods cannot get network interfaces
EgressDeniedNetworkPolicy is blocking outbound traffic from the pod
ServiceEndpointNotFoundNo healthy pods are registered behind the service
SchedulingGatedPod is blocked from scheduling by a scheduling gate
DisruptionTargetPod is being evicted by a disruption controller
PodFailurePolicyMatchJob pod failure matched a pod failure policy rule
WaitingForPodScheduledInit/sidecar container waiting for the pod to be scheduled
SidecarContainerStartingSidecar container is starting before main containers
ExitCode143Container received SIGTERM but did not exit within grace period
NodePIDPressureNode is under PID pressure — too many processes running
ResourceQuotaExceededNamespaceNamespace resource quota exceeded for a specific resource type