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 3131 bastion :
3232 enabled : ${AWS_CREATE_BASTION}
3333 controlPlaneLoadBalancer :
34- healthCheckProtocol : TCP
34+ loadBalancerType : nlb
35+ healthCheckProtocol : HTTPS
3536 network :
3637 cni :
3738 cniIngressRules :
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ export AWS_CREATE_BASTION="true"
1111export AWS_PUBLIC_IP="true"
1212export AWS_CONTROL_PLANE_INSTANCE_TYPE="t3.large"
1313export 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
1616export AWS_SSH_KEY_NAME="default"
1717# List upstream AMIs with clusterawsadm ami list --owner-id 819546954734
1818export AWS_AMI_ID="ami-027b534ab5d0b4886"
Original file line number Diff line number Diff line change 3131 bastion :
3232 enabled : ${AWS_CREATE_BASTION}
3333 controlPlaneLoadBalancer :
34- healthCheckProtocol : TCP
34+ loadBalancerType : nlb
35+ healthCheckProtocol : HTTPS
3536 network :
3637 cni :
3738 cniIngressRules :
You can’t perform that action at this time.
0 commit comments