diff options
| author | Michail Kargakis <mkargaki@redhat.com> | 2016-03-12 12:53:11 +0100 |
|---|---|---|
| committer | Michail Kargakis <mkargaki@redhat.com> | 2016-03-12 12:53:11 +0100 |
| commit | 2bc06274dc8bcd1451e92c45e9b861671cbd9cfb (patch) | |
| tree | c57dbc532f638fb1f00c9afd189e453702526056 | |
| parent | 12a89672f5e9c908eba2fbfd93c1bc9fb27dc0bb (diff) | |
docs: pod affinity proposal fix
| -rw-r--r-- | podaffinity.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/podaffinity.md b/podaffinity.md index e0245a52..1a2da4af 100644 --- a/podaffinity.md +++ b/podaffinity.md @@ -189,10 +189,10 @@ PodAntiAffinity { ``` Then when scheduling pod P, the scheduler -* Can only schedule P onto nodes that are running pods that satisfy `P1`. (Assumes all nodes have a label with key "node" and value specifying their node name.) -* Should try to schedule P onto zones that are running pods that satisfy `P3`. (Assumes all nodes have a label with key "zone" and value specifying their zone.) -* Cannot schedule P onto any racks that are running pods that satisfy `P2`. (Assumes all nodes have a label with key "rack" and value specifying their rack name.) -* Should try not to schedule P onto any power domains that are running pods that satisfy `P4`. (Assumes all nodes have a label with key "power" and value specifying their power domain.) +* Can only schedule P onto nodes that are running pods that satisfy `P1`. (Assumes all nodes have a label with key `node` and value specifying their node name.) +* Should try to schedule P onto zones that are running pods that satisfy `P2`. (Assumes all nodes have a label with key `zone` and value specifying their zone.) +* Cannot schedule P onto any racks that are running pods that satisfy `P3`. (Assumes all nodes have a label with key `rack` and value specifying their rack name.) +* Should try not to schedule P onto any power domains that are running pods that satisfy `P4`. (Assumes all nodes have a label with key `power` and value specifying their power domain.) When `RequiredDuringScheduling` has multiple elements, the requirements are ANDed. For `PreferredDuringScheduling` the weights are added for the terms that are satisfied for each node, and |
