mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #34315 from seeekr/patch-1
Automatic merge from submit-queue fix typo in podaffinity.md
This commit is contained in:
commit
7ee7cf5ccc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user