Fix CoreDNS AntiAffinity spec to prefer spreading replicas

* Pods were still being scheduled at random due to a typo
This commit is contained in:
Dalton Hubble
2018-10-17 22:19:57 -07:00
parent 0be4673e44
commit d55bfd5589
10 changed files with 11 additions and 9 deletions

View File

@ -4,6 +4,8 @@ Notable changes between versions.
## Latest
* Fix CoreDNS AntiAffinity spec to prefer spreading replicas
#### AWS
* Add `disk_iops` variable for EBS volume IOPS ([#314](https://github.com/poseidon/typhoon/pull/314))