This commit is contained in:
jianglingxia
2017-04-26 14:37:11 +08:00
committed by Andrew Chen
parent 5f03cfef66
commit 7de8cda84c
@@ -38,7 +38,7 @@ case you can try several things:
to make room for pending pods.
* Check that the pod is not larger than your nodes. For example, if all
nodes have a capacity of `cpu:1`, then a pod with a limit of `cpu: 1.1`
nodes have a capacity of `cpu:1`, then a pod with a request of `cpu: 1.1`
will never be scheduled.
You can check node capacities with the `kubectl get nodes -o <format>`