From 7fbf549ddc2a5e281d4defcb72c553cbf00a68b3 Mon Sep 17 00:00:00 2001 From: CDE <906062523@qq.com> Date: Sun, 3 Jan 2021 19:31:23 +0800 Subject: [PATCH] Update resource-bin-packing.md The maximum value of score should be 10. --- .../docs/concepts/scheduling-eviction/resource-bin-packing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ko/docs/concepts/scheduling-eviction/resource-bin-packing.md b/content/ko/docs/concepts/scheduling-eviction/resource-bin-packing.md index f8efb77d8f3..124f009020e 100644 --- a/content/ko/docs/concepts/scheduling-eviction/resource-bin-packing.md +++ b/content/ko/docs/concepts/scheduling-eviction/resource-bin-packing.md @@ -77,7 +77,7 @@ shape: ```yaml shape: - utilization: 0 - score: 100 + score: 10 - utilization: 100 score: 0 ```