Change AWS default disk type from gp2 to gp3

* https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-new-amazon-ebs-general-purpose-volumes-gp3/
This commit is contained in:
Dalton Hubble
2021-07-04 10:41:53 -07:00
parent 3a71b2ccb1
commit 66e7354c8a
8 changed files with 15 additions and 11 deletions

View File

@ -6,6 +6,10 @@ Notable changes between versions.
* Update Cilium from v1.10.1 to [v1.10.2](https://github.com/cilium/cilium/releases/tag/v1.10.2)
### AWS
* Change default disk type from `gp2` to `gp3` ([#1012](https://github.com/poseidon/typhoon/pull/1012))
### Addons
* Update Prometheus from v2.28.0 to [v2.28.1](https://github.com/prometheus/prometheus/releases/tag/v2.28.1)