1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

CHANGELOG: Add a closing paren to AWS instance types

Fixing a typo from c2263f60 (CHANGELOG: Document changes since v0.4.0,
2018-12-01, #772).
This commit is contained in:
W. Trevor King
2018-12-03 16:00:43 -08:00
parent 4f4965e4f7
commit 758edfcca0

View File

@@ -31,7 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
(replaced by the one Kubernetes maintains based on the selector).
- On AWS, both masters and worker have moved from t2.medium nodes
m4.large nodes (more on AWS instance types
[here][aws-instance-types] to address CPU and memory constraints.
[here][aws-instance-types]) to address CPU and memory constraints.
- On AWS, master volume size has been bumped from 30 GiB to 120 GiB to
increase our baseline performance from on [gp2's sliding IOPS
scale][aws-ebs-gp2-iops] from the 100 IOPS floor up to 360 IOPS.