mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
Merge pull request #22323 from njuicsgz/patch-1
clerical error of nodeaffinity.md
This commit is contained in:
commit
ee20520ef5
@ -37,7 +37,7 @@ intended to be used only for selecting nodes.
|
|||||||
|
|
||||||
In addition, we propose to replace the `map[string]string` in `PodSpec` that the scheduler
|
In addition, we propose to replace the `map[string]string` in `PodSpec` that the scheduler
|
||||||
currently uses as part of restricting the set of nodes onto which a pod is
|
currently uses as part of restricting the set of nodes onto which a pod is
|
||||||
eligible to schedule, with a field of type `Affinity` that contains contains one or
|
eligible to schedule, with a field of type `Affinity` that contains one or
|
||||||
more affinity specifications. In this document we discuss `NodeAffinity`, which
|
more affinity specifications. In this document we discuss `NodeAffinity`, which
|
||||||
contains one or more of the following
|
contains one or more of the following
|
||||||
* a field called `RequiredDuringSchedulingRequiredDuringExecution` that will be
|
* a field called `RequiredDuringSchedulingRequiredDuringExecution` that will be
|
||||||
|
Loading…
Reference in New Issue
Block a user