Merge pull request #34315 from seeekr/patch-1

Automatic merge from submit-queue

fix typo in podaffinity.md
This commit is contained in:
Kubernetes Submit Queue 2016-11-28 11:44:22 -08:00 committed by GitHub
commit 7ee7cf5ccc

View File

@ -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