Reduce the default disk_size from 40GB to 30GB

* We're typically reducing the `disk_size` in real clusters
since the space is under used. The default should be lower.
This commit is contained in:
Dalton Hubble
2021-04-26 11:04:30 -07:00
parent 9c842395a8
commit b152b9f973
17 changed files with 30 additions and 16 deletions

View File

@ -4,8 +4,22 @@ Notable changes between versions.
## Latest
* Add Terraform v0.15.x support ([#974](https://github.com/poseidon/typhoon/pull/974))
* Continue to support Terraform v0.13.x and v0.14.4+
* Update Cilium from v1.9.5 to [v1.9.6](https://github.com/cilium/cilium/releases/tag/v1.9.6)
### AWS
* Reduce the default `disk_size` from 40GB to 30GB ([#983](https://github.com/poseidon/typhoon/pull/983))
### Azure
* Reduce the default `disk_size` from 40GB to 30GB ([#983](https://github.com/poseidon/typhoon/pull/983))
### Google Cloud
* Reduce the default `disk_size` from 40GB to 30GB ([#983](https://github.com/poseidon/typhoon/pull/983))
### Addons
* Update kube-state-metrics from v2.0.0-rc.1 to [v2.0.0](https://github.com/kubernetes/kube-state-metrics/releases/tag/v2.0.0)