File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ to improve the utilization of scarce resources in large clusters. It favors node
54
54
configured function of the allocated resources. The behavior of the `RequestedToCapacityRatio` in
55
55
the `NodeResourcesFit` score function can be controlled by the
56
56
[scoringStrategy](/docs/reference/config-api/kube-scheduler-config.v1beta3/#kubescheduler-config-k8s-io-v1beta3-ScoringStrategy) field.
57
- Within the `scoringStrategy` field, you can configure two parameters : ` requestedToCapacityRatioParam ` and
58
- ` resources` . The `shape` in `requestedToCapacityRatioParam `
57
+ Within the `scoringStrategy` field, you can configure two parameters : ` requestedToCapacityRatio ` and
58
+ ` resources` . The `shape` in the `requestedToCapacityRatio `
59
59
parameter allows the user to tune the function as least requested or most
60
60
requested based on `utilization` and `score` values. The `resources` parameter
61
61
consists of `name` of the resource to be considered during scoring and `weight`
@@ -77,7 +77,7 @@ profiles:
77
77
weight: 3
78
78
- name: intel.com/bar
79
79
weight: 3
80
- requestedToCapacityRatioParam :
80
+ requestedToCapacityRatio :
81
81
shape:
82
82
- utilization: 0
83
83
score: 0
You can’t perform that action at this time.
0 commit comments