File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
kep/625-node-resource-fit-plus-scoring Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
- [ Non-Goals] ( #non-goals )
9
9
- [ Proposal] ( #proposal )
10
10
- [ Design Details] ( #design-details )
11
+ - [ NodeResourcesFitPlus:] ( #noderesourcesfitplus )
12
+ - [ ScarceResourceAvoidance:] ( #scarceresourceavoidance )
11
13
- [ Test Plan] ( #test-plan )
12
14
- [ Graduation Criteria] ( #graduation-criteria )
13
15
- [ Alpha] ( #alpha )
@@ -53,7 +55,7 @@ Extend two plug-ins to meet the above needs
53
55
54
56
## Design Details
55
57
56
- ### NodeResourcesFitPlus:
58
+ ### NodeResourcesFitPlus
57
59
58
60
config:
59
61
```
@@ -76,7 +78,7 @@ node score:
76
78
finalScoreNode = [(weight1 * resource1) + (weight2 * resource2) + … + (weightN* resourceN)] /(weight1+weight2+ … +weightN)
77
79
```
78
80
79
- ### ScarceResourceAvoidance:
81
+ ### ScarceResourceAvoidance
80
82
config:
81
83
```
82
84
resources:
You can’t perform that action at this time.
0 commit comments