mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Typo of PercentageOfNodesToScore
Corrected typos PercentageOfNodeToScore -> PercentageOfNodesToScore
This commit is contained in:
parent
fe4fae0343
commit
f92072b60b
@ -80,7 +80,7 @@ type KubeSchedulerConfiguration struct {
|
|||||||
// DisablePreemption disables the pod preemption feature.
|
// DisablePreemption disables the pod preemption feature.
|
||||||
DisablePreemption bool
|
DisablePreemption bool
|
||||||
|
|
||||||
// PercentageOfNodeToScore is the percentage of all nodes that once found feasible
|
// PercentageOfNodesToScore is the percentage of all nodes that once found feasible
|
||||||
// for running a pod, the scheduler stops its search for more feasible nodes in
|
// for running a pod, the scheduler stops its search for more feasible nodes in
|
||||||
// the cluster. This helps improve scheduler's performance. Scheduler always tries to find
|
// the cluster. This helps improve scheduler's performance. Scheduler always tries to find
|
||||||
// at least "minFeasibleNodesToFind" feasible nodes no matter what the value of this flag is.
|
// at least "minFeasibleNodesToFind" feasible nodes no matter what the value of this flag is.
|
||||||
|
@ -64,7 +64,7 @@ type KubeSchedulerConfiguration struct {
|
|||||||
// DisablePreemption disables the pod preemption feature.
|
// DisablePreemption disables the pod preemption feature.
|
||||||
DisablePreemption *bool `json:"disablePreemption,omitempty"`
|
DisablePreemption *bool `json:"disablePreemption,omitempty"`
|
||||||
|
|
||||||
// PercentageOfNodeToScore is the percentage of all nodes that once found feasible
|
// PercentageOfNodesToScore is the percentage of all nodes that once found feasible
|
||||||
// for running a pod, the scheduler stops its search for more feasible nodes in
|
// for running a pod, the scheduler stops its search for more feasible nodes in
|
||||||
// the cluster. This helps improve scheduler's performance. Scheduler always tries to find
|
// the cluster. This helps improve scheduler's performance. Scheduler always tries to find
|
||||||
// at least "minFeasibleNodesToFind" feasible nodes no matter what the value of this flag is.
|
// at least "minFeasibleNodesToFind" feasible nodes no matter what the value of this flag is.
|
||||||
|
Loading…
Reference in New Issue
Block a user