mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-25 18:49:33 +01:00
Change default disk_iops on Flatcar Linux
* Same as #1073, but for Flatcar Linux on AWS as well
This commit is contained in:
parent
a8fd21d250
commit
c1d28e6f61
@ -6,12 +6,12 @@ Notable changes between versions.
|
|||||||
|
|
||||||
### AWS
|
### AWS
|
||||||
|
|
||||||
* Change controller node default `disk_iops` to 3000 [#1073](https://github.com/poseidon/typhoon/pull/1073)
|
* Change controller node default `disk_iops` to 3000 ([#1073](https://github.com/poseidon/typhoon/pull/1073))
|
||||||
|
|
||||||
### Fedora CoreOS
|
### Fedora CoreOS
|
||||||
|
|
||||||
* Fix Fedora ARM64 workers to official Fedora CoreOS AMIs [#1072](https://github.com/poseidon/typhoon/pull/1072)
|
* Fix Fedora ARM64 workers to official Fedora CoreOS AMIs ([#1072](https://github.com/poseidon/typhoon/pull/1072))
|
||||||
* Should have been changed alongside controller AMIs in [#1038](https://github.com/poseidon/typhoon/pull/1038)
|
* Should have been changed alongside controller AMIs in ([#1038](https://github.com/poseidon/typhoon/pull/1038))
|
||||||
* Old Posidon built ARM64 AMIs have been deleted
|
* Old Posidon built ARM64 AMIs have been deleted
|
||||||
|
|
||||||
## v1.22.4
|
## v1.22.4
|
||||||
|
@ -66,8 +66,8 @@ variable "disk_type" {
|
|||||||
|
|
||||||
variable "disk_iops" {
|
variable "disk_iops" {
|
||||||
type = number
|
type = number
|
||||||
description = "IOPS of the EBS volume (e.g. 100)"
|
description = "IOPS of the EBS volume (e.g. 3000)"
|
||||||
default = 0
|
default = 3000
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "worker_price" {
|
variable "worker_price" {
|
||||||
|
Loading…
Reference in New Issue
Block a user