Kubernetes Pods only assigned to one node when setting resource limits Kubernetes Pods only assigned to one node when setting resource limits kubernetes kubernetes

Kubernetes Pods only assigned to one node when setting resource limits


Finally I found out the problem was a wrong information given by the "kubectl describe node ..." command. This indicated more memory(1225076KB) than actually available on the node (0.87GB). Don't know why(especially because the setup of the two workers is identical but they still have different amounts of free memory), but this seemed to be the problem.