feat: remove the statement of deprecating node selector (#16217)

This commit is contained in:
Draven 2019-09-05 10:56:51 +08:00 committed by Kubernetes Prow Robot
parent 8e919aa2c2
commit dd458b4ce9
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@ Node affinity is like the existing `nodeSelector` (but with the first two benefi
while inter-pod affinity/anti-affinity constrains against pod labels rather than node labels, as while inter-pod affinity/anti-affinity constrains against pod labels rather than node labels, as
described in the third 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.
### Node affinity ### Node affinity
Node affinity is conceptually similar to `nodeSelector` -- it allows you to constrain which nodes your Node affinity is conceptually similar to `nodeSelector` -- it allows you to constrain which nodes your