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

55번째 줄: 55번째 줄:


==같이 보기==
==같이 보기==
{{z컬럼3|
* [[쿠버네티스 pod]]
* [[쿠버네티스 pod]]
* [[쿠버네티스 pod 수명주기]]
* [[쿠버네티스 pod 수명주기]]
* [[쿠버네티스 pod 이벤트]]
* [[쿠버네티스 pod 이벤트]]
* [[쿠버네티스 node STATUS]]
* [[쿠버네티스 node STATUS]]
* [[쿠버네티스 container STATE]]
* [[kubectl get pod]]
* [[kubectl get pod]]
* [[kubectl describe pod]]
* [[kubectl describe pod]]
}}


==참고==
==참고==

2021년 8월 12일 (목) 11:32 판

1 개요

Kubernetes pod STATUS
쿠버네티스 pod STATUS
STATUS 비고
Init:0/1
Init:Error
Init:InvalidImageName
Init:CrashLoopBackOff
Waiting: PodInitializing
Waiting: ContainerCreating
ImagePullBackOff ErrImagePull 반복
CrashLoopBackOff
  • Back-off restarting failed container
ErrImagePull image, imagePullSecret 확인
Error
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>
Terminating
Terminated: Completed
Completed
OOMKilled
Unknown
UnexpectedAdmissionError

2 같이 보기

3 참고

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