You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/tectonic.aws.yaml
-38Lines changed: 0 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -11,34 +11,6 @@ aws:
11
11
# (optional) AMI override for all nodes. Example: `ami-foobar123`.
12
12
# ec2AMIOverride:
13
13
14
-
etcd:
15
-
# Instance size for the etcd node(s). Example: `t2.medium`. Read the [etcd recommended hardware](https://coreos.com/etcd/docs/latest/op-guide/hardware.html) guide for best performance
16
-
ec2Type: t2.medium
17
-
18
-
# (optional) List of additional security group IDs for etcd nodes.
19
-
#
20
-
# Example: `["sg-51530134", "sg-b253d7cc"]`
21
-
# extraSGIDs:
22
-
23
-
# (optional) Name of IAM role to use for the instance profiles of etcd nodes.
24
-
# The name is also the last part of a role's ARN.
25
-
#
26
-
# Example:
27
-
# * Role ARN = arn:aws:iam::123456789012:role/tectonic-installer
28
-
# * Role Name = tectonic-installer
29
-
# iamRoleName:
30
-
31
-
rootVolume:
32
-
# The amount of provisioned IOPS for the root block device of etcd nodes.
33
-
# Ignored if the volume type is not io1.
34
-
iops: 100
35
-
36
-
# The size of the volume in gigabytes for the root block device of etcd nodes.
37
-
size: 30
38
-
39
-
# The type of volume for the root block device of etcd nodes.
40
-
type: gp2
41
-
42
14
external:
43
15
# (optional) List of subnet IDs within an existing VPC to deploy master nodes into.
44
16
# Required to use an existing VPC and the list must match the AZ count.
@@ -206,11 +178,6 @@ containerLinux:
206
178
# (optional) A list of PEM encoded CA files that will be installed in /etc/ssl/certs on etcd, master, and worker nodes.
207
179
# customCAPEMList:
208
180
209
-
etcd:
210
-
# The name of the node pool(s) to use for etcd nodes
211
-
nodePools:
212
-
- etcd
213
-
214
181
iscsi:
215
182
# (optional) Start iscsid.service to enable iscsi volume attachment.
216
183
# enabled: false
@@ -256,11 +223,6 @@ networking:
256
223
# type: flannel
257
224
258
225
nodePools:
259
-
# The number of etcd nodes to be created.
260
-
# If set to zero, the count of etcd nodes will be determined automatically.
0 commit comments