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
This drops a number of configuration options that are specific to
Container Linux. This also changes the default region to us-east-1
throughout the tests.
Copy file name to clipboardExpand all lines: examples/tectonic.aws.yaml
+1-20Lines changed: 1 addition & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,6 @@ admin:
3
3
password: "verysecure"
4
4
sshKey: "ssh-ed25519 AAAA..."
5
5
aws:
6
-
# (optional) Unique name under which the Amazon S3 bucket will be created. Bucket name must start with a lower case name and is limited to 63 characters.
7
-
# The Tectonic Installer uses the bucket to store tectonic assets and kubeconfig.
8
-
# If name is not provided the installer will construct the name using "name", current AWS region and "baseDomain"
9
-
# assetsS3BucketName:
10
-
11
6
# (optional) AMI override for all nodes. Example: `ami-foobar123`.
12
7
# ec2AMIOverride:
13
8
@@ -95,7 +90,7 @@ aws:
95
90
# publicEndpoints: true
96
91
97
92
# The target AWS region for the cluster.
98
-
region: eu-west-1
93
+
region: us-east-1
99
94
100
95
# Block of IP addresses used by the VPC.
101
96
# This should not overlap with any other networks, such as a private datacenter connected via Direct Connect.
@@ -164,20 +159,6 @@ ca:
164
159
# This field is mandatory if `ca_cert` is set.
165
160
# keyAlg: RSA
166
161
167
-
containerLinux:
168
-
# (optional) The Container Linux update channel.
169
-
#
170
-
# Examples: `stable`, `beta`, `alpha`
171
-
# channel: stable
172
-
173
-
# The Container Linux version to use. Set to `latest` to select the latest available version for the selected update channel.
174
-
#
175
-
# Examples: `latest`, `1465.6.0`
176
-
version: latest
177
-
178
-
# (optional) A list of PEM encoded CA files that will be installed in /etc/ssl/certs on etcd, master, and worker nodes.
179
-
# customCAPEMList:
180
-
181
162
iscsi:
182
163
# (optional) Start iscsid.service to enable iscsi volume attachment.
0 commit comments