Minor tweaking to scheduler doc

Closes: #6802
This commit is contained in:
Qiming Teng
2018-01-02 17:45:48 +08:00
parent 53e05358be
commit 5ec8e2b301
+2 -2
View File
@@ -58,8 +58,8 @@ The following controllers have cloud provider dependencies:
### kube-scheduler
[kube-scheduler](/docs/admin/kube-scheduler/) watches newly created pods that have no node assigned, and
selects a node for them to run on.
[kube-scheduler](/docs/admin/kube-scheduler/) watches newly created pods that
are not assigned to any node, and selects a node for them to run on.
### addons