diff --git a/docs/user-guide/node-selection/index.md b/docs/user-guide/node-selection/index.md index 74831ace0c..b743948612 100644 --- a/docs/user-guide/node-selection/index.md +++ b/docs/user-guide/node-selection/index.md @@ -67,7 +67,7 @@ met, the pod will still continue to run on the node. In the future we plan to of `requiredDuringSchedulingRequiredDuringExecution` which will be just like `requiredDuringSchedulingIgnoredDuringExecution` except that it will evict pods from nodes that cease to satisfy the pods' node affinity requirements. -Node affinity is currently expressed using an annotation on Pod. In v1.3 it will use a field, and we will +Node affinity is currently expressed using an annotation on Pod. In v1.4 it will use a field, and we will also introduce the second piece of the affinity mechanism, called pod affinity, which allows you to control whether a pod schedules onto a particular node based on which other pods are running on the node, rather than the labels on the node.