Skip to content

Commit

Permalink
Change default disk_iops on Flatcar Linux
Browse files Browse the repository at this point in the history
* Same as #1073, but for Flatcar Linux on AWS as well
  • Loading branch information
dghubble committed Dec 8, 2021
1 parent a8fd21d commit c1d28e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Notable changes between versions.

### 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

* 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)
* 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))
* Old Posidon built ARM64 AMIs have been deleted

## v1.22.4
Expand Down
4 changes: 2 additions & 2 deletions aws/flatcar-linux/kubernetes/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ variable "disk_type" {

variable "disk_iops" {
type = number
description = "IOPS of the EBS volume (e.g. 100)"
default = 0
description = "IOPS of the EBS volume (e.g. 3000)"
default = 3000
}

variable "worker_price" {
Expand Down

0 comments on commit c1d28e6

Please sign in to comment.