K8s Pod Evicted

Jmnote (토론 | 기여)님의 2020년 5월 10일 (일) 12:28 판 (→‎개요)

1 개요

K8s Pod Evicted
root@localhost:~# kubectl get pod | grep mydb1
mydb1-6ffb94585b-b5jjx              1/1     Running   0          10m
mydb1-6ffb94585b-d9k2x              0/1     Evicted   0          20d
root@localhost:~# kubectl describe pod mydb1-6ffb94585b-d9k2x | grep Events: -A99
Events:
  Type     Reason   Age   From               Message
  ----     ------   ----  ----               -------
  Warning  Evicted  10m   kubelet, mynode01  The node was low on resource: memory. Container mydb1 was using 1291852Ki, which exceeds its request of 800Mi.
  Normal   Killing  10m   kubelet, mynode01  Stopping container mydb1

2 같이 보기

3 참고

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