File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments