Merge pull request #25924 from Alpenbelieve/master
Fix the score value in docs/concepts/scheduling-eviction/resource-bin-packing.md
This commit is contained in:
@@ -82,7 +82,7 @@ requested the score value must be reversed as follows.
|
|||||||
```yaml
|
```yaml
|
||||||
shape:
|
shape:
|
||||||
- utilization: 0
|
- utilization: 0
|
||||||
score: 100
|
score: 10
|
||||||
- utilization: 100
|
- utilization: 100
|
||||||
score: 0
|
score: 0
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ shape:
|
|||||||
```yaml
|
```yaml
|
||||||
shape:
|
shape:
|
||||||
- utilization: 0
|
- utilization: 0
|
||||||
score: 100
|
score: 10
|
||||||
- utilization: 100
|
- utilization: 100
|
||||||
score: 0
|
score: 0
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ The above arguments give the node a score of 0 if utilization is 0% and 10 for u
|
|||||||
要启用最少请求(least requested)模式,必须按如下方式反转得分值。
|
要启用最少请求(least requested)模式,必须按如下方式反转得分值。
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
{"utilization": 0, "score": 100},
|
{"utilization": 0, "score": 10},
|
||||||
{"utilization": 100, "score": 0}
|
{"utilization": 100, "score": 0}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user