mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
fix a typo in nodeaffinity
Signed-off-by: Crazykev <crazykev@zju.edu.cn>
This commit is contained in:
parent
faffbe4e18
commit
b8f1eb223f
@ -69,7 +69,7 @@ an Intel CPU" or, in a multi-zone cluster, "run this pod on a node in zone Z."
|
||||
some of the properties that a node might publish as labels, which affinity
|
||||
expressions can match against.) They do *not* allow a pod to request to schedule
|
||||
(or not schedule) on a node based on what other pods are running on the node.
|
||||
That feature is called "inter-pod topological affinity/anti-afinity" and is
|
||||
That feature is called "inter-pod topological affinity/anti-affinity" and is
|
||||
described [here](https://github.com/kubernetes/kubernetes/pull/18265).
|
||||
|
||||
## API
|
||||
|
Loading…
Reference in New Issue
Block a user