From 4d9286eb831c65ef6c58b2a13d5ee1c83e359025 Mon Sep 17 00:00:00 2001 From: Denis Andrejew Date: Fri, 7 Oct 2016 12:48:02 +0200 Subject: [PATCH] fix typo in podaffinity.md --- docs/design/podaffinity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/podaffinity.md b/docs/design/podaffinity.md index 33eaf60d7b3..d9796cd9ec6 100644 --- a/docs/design/podaffinity.md +++ b/docs/design/podaffinity.md @@ -213,7 +213,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