diff --git a/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md b/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md index e3269cfb67..99c30df9d1 100644 --- a/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md +++ b/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md @@ -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 `