Skip to content

Commit

Permalink
Adding release notes for V0.7 alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
shivramsrivastava committed Jan 30, 2019
1 parent faef9e6 commit 83a2ff6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/releases/0.7-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## Release notes for firmament v0.7

# Significant changes

* Adding Max-Pods feature and PreferAvoid pods feature support.

# Required Actions

To enable the new CPU-MEM cost model ```--flow_scheduling_cost_model```
flag should be set to '10'
like shown below

```--flow_scheduling_cost_model=10```

To enable the Pod Affinity/Anti-Affinity symmetry ```--pod_affinity_antiaffinity_symmetry```
flag should be set to 'true' in the firmament config file
like show below

```firmament_scheduler_cpu_mem.cfg=true```

This fix is based above the CPU-MEM cost model.
This feature currently are not supported in other cost model.

# Highlighted changes

* [PreferAvoid pods feature](https://github.com/Huawei-PaaS/firmament/pull/26)
* [Max-Pods feature support in firmament](https://github.com/Huawei-PaaS/firmament/pull/27)


# Full change list

* [Update Readme](https://github.com/Huawei-PaaS/firmament/pull/21)
* [Ephemeral overcommit issue fix](https://github.com/Huawei-PaaS/firmament/pull/25)
* [PreferAvoid pods feature](https://github.com/Huawei-PaaS/firmament/pull/26)
* [Max-Pods feature support in firmament](https://github.com/Huawei-PaaS/firmament/pull/27)

0 comments on commit 83a2ff6

Please sign in to comment.