Skip to content

Commit

Permalink
feat: remove the statement of deprecating node selector (#16217)
Browse files Browse the repository at this point in the history
  • Loading branch information
draveness authored and k8s-ci-robot committed Sep 5, 2019
1 parent 8e919aa commit dd458b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions content/en/docs/concepts/configuration/assign-pod-node.md
Expand Up @@ -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
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 is conceptually similar to `nodeSelector` -- it allows you to constrain which nodes your
Expand Down

0 comments on commit dd458b4

Please sign in to comment.