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

 
(같은 사용자의 중간 판 17개는 보이지 않습니다)
6번째 줄: 6번째 줄:
! STATUS !! 비고
! STATUS !! 비고
|-
|-
| Init:0/1 ||  
| ContainerStatusUnknown ||
|-
|-
| Init:Error ||
| Completed ||
|-
| CrashLoopBackOff || Back-off restarting failed container
|-
| CreateContainerConfigError ||
|-
| Error ||
|-
|-
| Init:InvalidImageName ||
| ImagePullBackOff || ErrImagePull 반복
|-
|-
| Init:CrashLoopBackOff ||
| Init:1/3 ||  
|-
|-
| Init:ContainerStatusUnknown ||
| Init:ContainerStatusUnknown ||
|-
|-
| InvalidImageName ||
| Init:CrashLoopBackOff ||
|-
|-
| Waiting: PodInitializing ||
| Init:Error ||
|-
|-
| Waiting: ContainerCreating ||
| Init:InvalidImageName ||
|-
|-
| ImagePullBackOff || ErrImagePull 반복
| InvalidImageName ||
|-
| CrashLoopBackOff ||
* Back-off restarting failed container
|-
|-
| ErrImagePull || image, imagePullSecret 확인
| ErrImagePull || image, imagePullSecret 확인
31번째 줄: 34번째 줄:
| Error ||
| Error ||
|-
|-
| [[RunContainerError]] ||  
| [[K8s Pod Evicted|Evicted]]
* starting container process caused "exec: \"wait\": executable file not found in $PATH": unknown
|-
| [[NodeShutdown]] ||
|-
| OOMKilled ||
|-
| [[RunContainerError]] || starting container process caused "exec: \"wait\": executable file not found in $PATH": unknown
|-
|-
| Pending ||  
| Pending || FailedScheduling / pod has unbound immediate PersistentVolumeClaims (repeated 3 times)<br><nowiki>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.'</nowiki>
* FailedScheduling / pod has unbound immediate PersistentVolumeClaims (repeated 3 times)
* <nowiki>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.'</nowiki>
|-
|-
| PodInitializing ||
| PodInitializing ||
42번째 줄: 48번째 줄:
| [[k8s pod ContainerCreating|ContainerCreating]] ||
| [[k8s pod ContainerCreating|ContainerCreating]] ||
|-
|-
| Running ★★ ||
| Running ★★ || <none>
* <none>
|-
| [[k8s pod Shutdown|Shutdown]] || error killing pod: failed to "KillPodSandbox" ...
|-
| [[k8s pod StartError|StartError]] || Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: ...
|-
|-
| [[k8s pod Terminating|Terminating]] ||
| [[k8s pod Terminated|Terminated]] ||
|-
|-
| Terminated: Completed ||
| Terminated: Completed ||
|-
|-
| Completed ||
| [[k8s pod Terminating|Terminating]] ★ ||
|-
|-
| OOMKilled ||
| UnexpectedAdmissionError ||
|-
|-
| [[쿠버네티스 pod STATUS Unknown|Unknown]] ||
| [[쿠버네티스 pod STATUS Unknown|Unknown]] ||
|-
|-
| UnexpectedAdmissionError ||
| Waiting: PodInitializing ||
|-
| Waiting: ContainerCreating ||
|}
|}


67번째 줄: 78번째 줄:
* [[kubectl get pod]]
* [[kubectl get pod]]
* [[kubectl describe pod]]
* [[kubectl describe pod]]
* [[delete-all-terminated-nodeshutdown-pods.sh]]
}}
}}


73번째 줄: 85번째 줄:
* https://kubernetes.io/ko/docs/concepts/workloads/pods/pod-lifecycle/
* https://kubernetes.io/ko/docs/concepts/workloads/pods/pod-lifecycle/
* https://main.qcloudimg.com/raw/document/intl/product/pdf/457_35659_en.pdf
* https://main.qcloudimg.com/raw/document/intl/product/pdf/457_35659_en.pdf
* https://stackoverflow.com/questions/51676713/list-of-all-kubernetes-pod-statuses
* https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/types.go


[[분류:K8s Pod]]
[[분류:K8s Pod]]

2023년 8월 25일 (금) 14:24 기준 최신판

1 개요[ | ]

Kubernetes pod STATUS
쿠버네티스 pod STATUS
STATUS 비고
ContainerStatusUnknown
Completed
CrashLoopBackOff Back-off restarting failed container
CreateContainerConfigError
Error
ImagePullBackOff ErrImagePull 반복
Init:1/3
Init:ContainerStatusUnknown
Init:CrashLoopBackOff
Init:Error
Init:InvalidImageName
InvalidImageName
ErrImagePull image, imagePullSecret 확인
Error
Evicted
NodeShutdown
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" ...
StartError Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: ...
Terminated
Terminated: Completed
Terminating
UnexpectedAdmissionError
Unknown
Waiting: PodInitializing
Waiting: ContainerCreating

2 같이 보기[ | ]

3 참고[ | ]

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