Replies: 1 comment
-
Nope. It's a bug in your deployment. Consider placing resource requests+limits on your containers to prevent them from making your node unresponsive. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Our Pod(program) in container might need a lot of memory to process data, and during our tests once the Pod(program) requested too much memory that exceeded the Node(physical machine) could offer, the k3s cluster enters a strange mode:
kubectl get nodes
returnedno metric server
The only workable solution is to restart k3s server, then k3s would
And after a while, everything would be back to normal.
Using
Is this a bug at k3s which could be fixed or improved ?
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions