K8s Pod Terminated

Jmnote (토론 | 기여)님의 2022년 11월 28일 (월) 13:36 판 (새 문서: ==개요== ;pod status Terminated <syntaxhighlight lang='console'> $ kubectl get pod | grep Terminated app1-fd6c99695-887vv 0/2 Terminated 0 46h app1...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

pod status Terminated
$ kubectl get pod | grep Terminated
app1-fd6c99695-887vv                   0/2     Terminated   0          46h
app1-fd6c99695-qqrpr                   0/2     Terminated   0          45h
app1-fd6c99695-tpdcv                   0/2     Terminated   0          46h
app1-fd6c99695-zc7gd                   0/2     Terminated   0          44h
$ kubectl get pod -owide | grep Terminated
app1-fd6c99695-887vv                   0/2     Terminated   0          46h   <none>        compute2-75693726-x92b   <none>           <none>
app1-fd6c99695-qqrpr                   0/2     Terminated   0          45h   <none>        compute2-75693726-x92b   <none>           <none>
app1-fd6c99695-tpdcv                   0/2     Terminated   0          46h   <none>        compute2-75693726-x92b   <none>           <none>
app1-fd6c99695-zc7gd                   0/2     Terminated   0          44h   <none>        compute2-75693726-x92b   <none>           <none>
$ kubectl get no
NAME                     STATUS   ROLES    AGE   VERSION
compute2-75693726-x92b   Ready    <none>   13m   v1.21.14
proxy1-0e2192bf-z53t     Ready    <none>   25d   v1.21.14
dev8-338be099-o48c       Ready    <none>   25d   v1.21.14

2 같이 보기

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