From eddd78c28d879f44b132b12fad3dfc927ebc0ee2 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Wed, 22 Mar 2017 10:00:19 +0800 Subject: [PATCH] update index.md (#2788) add "on a node" in the sentence to make the expression clear. --- docs/user-guide/node-selection/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/node-selection/index.md b/docs/user-guide/node-selection/index.md index 0f45c1f809..ffe6f36a8c 100644 --- a/docs/user-guide/node-selection/index.md +++ b/docs/user-guide/node-selection/index.md @@ -10,7 +10,7 @@ run on particular nodes. There are several ways to do this, and they all use [label selectors](/docs/user-guide/labels/) to make the selection. Generally such constraints are unnecessary, as the scheduler will automatically do a reasonable placement (e.g. spread your pods across nodes, not place the pod on a node with insufficient free resources, etc.) -but there are some circumstances where you may want more control where a pod lands, e.g. to ensure +but there are some circumstances where you may want more control on a node where a pod lands, e.g. to ensure that a pod ends up on a machine with an SSD attached to it, or to co-locate pods from two different services that communicate a lot into the same availability zone.