Skip to content

Commit d12b017

Browse files
committed
ci: update README.md
Signed-off-by: LY-today <[email protected]>
1 parent 5d929cb commit d12b017

File tree

1 file changed

+4
-2
lines changed
  • kep/625-node-resource-fit-plus-scoring

1 file changed

+4
-2
lines changed

kep/625-node-resource-fit-plus-scoring/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- [Non-Goals](#non-goals)
99
- [Proposal](#proposal)
1010
- [Design Details](#design-details)
11+
- [NodeResourcesFitPlus:](#noderesourcesfitplus)
12+
- [ScarceResourceAvoidance:](#scarceresourceavoidance)
1113
- [Test Plan](#test-plan)
1214
- [Graduation Criteria](#graduation-criteria)
1315
- [Alpha](#alpha)
@@ -53,7 +55,7 @@ Extend two plug-ins to meet the above needs
5355

5456
## Design Details
5557

56-
### NodeResourcesFitPlus:
58+
### NodeResourcesFitPlus
5759

5860
config:
5961
```
@@ -76,7 +78,7 @@ node score:
7678
finalScoreNode = [(weight1 * resource1) + (weight2 * resource2) + … + (weightN* resourceN)] /(weight1+weight2+ … +weightN)
7779
```
7880

79-
### ScarceResourceAvoidance:
81+
### ScarceResourceAvoidance
8082
config:
8183
```
8284
resources:

0 commit comments

Comments
 (0)