diff --git a/docs/design/podaffinity.md b/docs/design/podaffinity.md index 4ff26fa0eab..9291b8b9f43 100644 --- a/docs/design/podaffinity.md +++ b/docs/design/podaffinity.md @@ -179,7 +179,7 @@ are satisfied for each node, and the node(s) with the highest weight(s) are the most preferred. In reality there are two variants of `RequiredDuringScheduling`: one suffixed -with `RequiredDuringEecution` and one suffixed with `IgnoredDuringExecution`. +with `RequiredDuringExecution` and one suffixed with `IgnoredDuringExecution`. For the first variant, if the affinity/anti-affinity ceases to be met at some point during pod execution (e.g. due to a pod label update), the system will try to eventually evict the pod from its node. In the second variant, the system may