From 94e3c350f538224229c7b573426332415a42ad72 Mon Sep 17 00:00:00 2001 From: Bilgin Ibryam Date: Wed, 25 Jan 2017 09:42:02 +0100 Subject: [PATCH] Typo fixed --- 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 b2f13bd5ae..0f45c1f809 100644 --- a/docs/user-guide/node-selection/index.md +++ b/docs/user-guide/node-selection/index.md @@ -91,7 +91,7 @@ rather than against labels on the node itself, which allows rules about which po The affinity feature consists of two types of affinity, "node affinity" and "inter-pod affinity/anti-affinity." Node affinity is like the existing `nodeSelector` (but with the first two benefits listed above), while inter-pod affinity/anti-affinity constrains against pod labels rather than node labels, as -described in the three item listed above, in addition to having the first and second properties listed above. +described in the third item listed above, in addition to having the first and second properties listed above. `nodeSelector` continues to work as usual, but will eventually be deprecated, as node affinity can express everything that `nodeSelector` can express.