Skip to content

Commit 83a2ff6

Browse files
Adding release notes for V0.7 alpha release
1 parent faef9e6 commit 83a2ff6

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docs/releases/0.7-NOTES.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Release notes for firmament v0.7
2+
3+
# Significant changes
4+
5+
* Adding Max-Pods feature and PreferAvoid pods feature support.
6+
7+
# Required Actions
8+
9+
To enable the new CPU-MEM cost model ```--flow_scheduling_cost_model```
10+
flag should be set to '10'
11+
like shown below
12+
13+
```--flow_scheduling_cost_model=10```
14+
15+
To enable the Pod Affinity/Anti-Affinity symmetry ```--pod_affinity_antiaffinity_symmetry```
16+
flag should be set to 'true' in the firmament config file
17+
like show below
18+
19+
```firmament_scheduler_cpu_mem.cfg=true```
20+
21+
This fix is based above the CPU-MEM cost model.
22+
This feature currently are not supported in other cost model.
23+
24+
# Highlighted changes
25+
26+
* [PreferAvoid pods feature](https://github.com/Huawei-PaaS/firmament/pull/26)
27+
* [Max-Pods feature support in firmament](https://github.com/Huawei-PaaS/firmament/pull/27)
28+
29+
30+
# Full change list
31+
32+
* [Update Readme](https://github.com/Huawei-PaaS/firmament/pull/21)
33+
* [Ephemeral overcommit issue fix](https://github.com/Huawei-PaaS/firmament/pull/25)
34+
* [PreferAvoid pods feature](https://github.com/Huawei-PaaS/firmament/pull/26)
35+
* [Max-Pods feature support in firmament](https://github.com/Huawei-PaaS/firmament/pull/27)
36+

0 commit comments

Comments
 (0)