Error when no node has enough available memory
Fixes Insufficient memory
# Insufficient memoryInsufficient memory
Scheduler cannot find node with memory
kubectl get pod -o yaml | grep memory
kubectl top nodes
kubectl set resources --requests=memory
kubectl top pod shows actual
Mi = Mebibyte. Use binary units. OOM if exceeds limit. Burstable pods can be evicted.
Delete non-critical pods
Increase cluster nodes