"쿠버네티스 pod STATUS"의 두 판 사이의 차이

49번째 줄: 49번째 줄:
| [[k8s pod Shutdown|Shutdown]] ||
| [[k8s pod Shutdown|Shutdown]] ||
* error killing pod: failed to "KillPodSandbox" ...
* error killing pod: failed to "KillPodSandbox" ...
|-
| [[Terminated]] ||
|-
|-
| Terminated: Completed ||
| Terminated: Completed ||

2022년 9월 17일 (토) 14:03 판

1 개요

Kubernetes pod STATUS
쿠버네티스 pod STATUS
STATUS 비고
Completed
CrashLoopBackOff
  • Back-off restarting failed container
ImagePullBackOff ErrImagePull 반복
Init:1/3
Init:ContainerStatusUnknown
Init:CrashLoopBackOff
Init:Error
Init:InvalidImageName
InvalidImageName
CreateContainerConfigError
ErrImagePull image, imagePullSecret 확인
Error
OOMKilled
RunContainerError
  • starting container process caused "exec: \"wait\": executable file not found in $PATH": unknown
Pending
  • FailedScheduling / pod has unbound immediate PersistentVolumeClaims (repeated 3 times)
  • message: '0/3 nodes are available: 1 node(s) had taints that the pod didn''t tolerate, 2 node(s) didn''t match node selector.'
PodInitializing
ContainerCreating
Running ★★
  • <none>
Shutdown
  • error killing pod: failed to "KillPodSandbox" ...
Terminated
Terminated: Completed
Terminating
UnexpectedAdmissionError
Unknown
Waiting: PodInitializing
Waiting: ContainerCreating

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}