NodeHasInsufficientMemory

1 개요[ | ]

NodeHasInsufficientMemory
tester@localhost:~$ kubectl get ev
LAST SEEN   TYPE      REASON                      OBJECT                                     MESSAGE
18s         Warning   EvictionThresholdMet        node/gke-cluster1-compute1-3cbc15ea-i3uk   Attempting to reclaim memory
9s          Normal    NodeHasInsufficientMemory   node/gke-cluster1-compute1-3cbc15ea-i3uk   Node gke-cluster1-compute1-3cbc15ea-i3uk status is now: NodeHasInsufficientMemory
tester@localhost:~$ kubectl describe no gke-cluster1-compute1-3cbc15ea-i3uk | grep Events: -A9
Events:
  Type     Reason                     Age                  From     Message
  ----     ------                     ----                 ----     -------
  Warning  EvictionThresholdMet       95s (x2 over 4d10h)  kubelet  Attempting to reclaim memory
  Normal   NodeHasInsufficientMemory  86s (x2 over 4d10h)  kubelet  Node gke-cluster1-compute1-3cbc15ea-i3uk status is now: NodeHasInsufficientMemory

2 같이 보기[ | ]

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