Skip to content

Commit 76a23b0

Browse files
committed
Added information about configuring faster storage for etcd
1 parent 437c36d commit 76a23b0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

modules/installation-aws-config-yaml.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,21 @@ controlPlane: <2>
2626
zones:
2727
- us-west-2a
2828
- us-west-2b
29+
rootVolume:
30+
iops: 4000
31+
size: 500
32+
type: io1
2933
type: m5.xlarge
3034
replicas: 3
3135
compute: <2>
3236
- name: worker
3337
platform:
3438
aws:
3539
rootVolume:
36-
iops: 4000
40+
iops: 2000
3741
size: 500
38-
type: io1
39-
type: c5.9xlarge
42+
type: io1 <4>
43+
type: c5.4xlarge
4044
zones:
4145
- us-west-2c
4246
replicas: 5
@@ -62,4 +66,6 @@ sshKey: ssh-ed25519 AAAA... <3>
6266
<2> If you do not provide these parameters and values, the installation program
6367
provides the default value.
6468
<3> You can optionally provide the `sshKey` value that you use to access the
65-
machines in your cluster.
69+
machines in your cluster.
70+
<4> To configure faster storage for etcd, especially for larger clusters, set the
71+
storage type as `io1` and set `iops` to `2000`.

0 commit comments

Comments
 (0)