File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
test/e2e/data/infrastructure-aws Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 31
31
bastion :
32
32
enabled : ${AWS_CREATE_BASTION}
33
33
controlPlaneLoadBalancer :
34
- healthCheckProtocol : TCP
34
+ loadBalancerType : nlb
35
+ healthCheckProtocol : HTTPS
35
36
network :
36
37
cni :
37
38
cniIngressRules :
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ export AWS_CREATE_BASTION="true"
11
11
export AWS_PUBLIC_IP="true"
12
12
export AWS_CONTROL_PLANE_INSTANCE_TYPE="t3.large"
13
13
export AWS_NODE_INSTANCE_TYPE="t3.large"
14
- export AWS_CONTROL_PLANE_ROOT_VOLUME_SIZE=16
15
- export AWS_NODE_ROOT_VOLUME_SIZE=16
14
+ export AWS_CONTROL_PLANE_ROOT_VOLUME_SIZE=40
15
+ export AWS_NODE_ROOT_VOLUME_SIZE=40
16
16
export AWS_SSH_KEY_NAME="default"
17
17
# List upstream AMIs with clusterawsadm ami list --owner-id 819546954734
18
18
export AWS_AMI_ID="ami-027b534ab5d0b4886"
Original file line number Diff line number Diff line change 31
31
bastion :
32
32
enabled : ${AWS_CREATE_BASTION}
33
33
controlPlaneLoadBalancer :
34
- healthCheckProtocol : TCP
34
+ loadBalancerType : nlb
35
+ healthCheckProtocol : HTTPS
35
36
network :
36
37
cni :
37
38
cniIngressRules :
You can’t perform that action at this time.
0 commit comments