Merge pull request #6823 from tengqm/fix-6802

Minor tweaking to scheduler doc
This commit is contained in:
Joseph Heck
2018-01-02 18:14:30 -08:00
committed by GitHub
+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