From fbd19bd65eb5e83fdfbbb3fd0b74fb1fb48e9b08 Mon Sep 17 00:00:00 2001 From: CDE <906062523@qq.com> Date: Sun, 3 Jan 2021 19:24:49 +0800 Subject: [PATCH 1/3] Update resource-bin-packing.md The maximum score should be 10. --- .../docs/concepts/scheduling-eviction/resource-bin-packing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md b/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md index 0679e1fd8b..a327f1de24 100644 --- a/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md +++ b/content/en/docs/concepts/scheduling-eviction/resource-bin-packing.md @@ -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 ``` From 6122203b61647ef21fbce7dd3899c39bad73808a Mon Sep 17 00:00:00 2001 From: CDE <906062523@qq.com> Date: Sun, 3 Jan 2021 19:26:09 +0800 Subject: [PATCH 2/3] Update resource-bin-packing.md The maximum score should be 10. --- .../docs/concepts/scheduling-eviction/resource-bin-packing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/scheduling-eviction/resource-bin-packing.md b/content/zh/docs/concepts/scheduling-eviction/resource-bin-packing.md index d9edf508ff..8d822069d9 100644 --- a/content/zh/docs/concepts/scheduling-eviction/resource-bin-packing.md +++ b/content/zh/docs/concepts/scheduling-eviction/resource-bin-packing.md @@ -109,7 +109,7 @@ The above arguments give the node a score of 0 if utilization is 0% and 10 for u 要启用最少请求(least requested)模式,必须按如下方式反转得分值。 ```yaml - {"utilization": 0, "score": 100}, + {"utilization": 0, "score": 10}, {"utilization": 100, "score": 0} ``` 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 3/3] 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 f8efb77d8f..124f009020 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 ```