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:
Kubernetes Prow Robot
2021-01-05 08:25:59 -08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -82,7 +82,7 @@ requested the score value must be reversed as follows.
```yaml
shape:
- utilization: 0
score: 100
score: 10
- utilization: 100
score: 0
```