Skip to content

Commit

Permalink
fix the format
Browse files Browse the repository at this point in the history
Signed-off-by: william-wang <[email protected]>
  • Loading branch information
william-wang committed Mar 2, 2022
1 parent ba8d258 commit a12a80a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/design/dynamic-scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ The third factor identified is the resource dimension. Take the below table as e

Finally, there should a model to balance multiple factors with weight and calculate the final score for nodes. Only the cpu usage factor will be considered in the alpha version.

| factors | node1 | node2 |
| ---- | ---- | --- |
| usage | cpu 80% | cpu 78% |
| usage fluctuation curve | 5 | 40 |
| resource dimension | cpu 80%, mem 20%| cpu 20%, mem 80% |
| ... | ... | ... |
|
| factors | node1 | node2 |
| ---- | ---- | --- |
| usage | cpu 80% | cpu 78% |
| usage fluctuation curve | 5 | 40 |
| resource dimension | cpu 80%, mem 20%| cpu 20%, mem 80% |
| ... | ... | ... |
| | | |


### Prometheus rule configuration
Expand Down

0 comments on commit a12a80a

Please sign in to comment.