Error when no node has enough available 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.
Failed to connect to server: connection refused (HTTP/2)
How to fix "HTTP/2 connection refused" error in Kubernetes
missing request for cpu in container
How to fix "missing request for cpu in container" in Kubernetes HPA
error: invalid configuration
How to fix "error: invalid configuration" in Kubernetes
Delete non-critical pods
Increase cluster nodes