Skip to content

Commit

Permalink
Use amd64 for LBC test nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Dec 20, 2023
1 parent 25d0509 commit ba89f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/scenarios/aws-lb-controller/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ NETWORKING="amazonvpc"

OVERRIDES="${OVERRIDES-} --set=cluster.spec.cloudProvider.aws.loadBalancerController.enabled=true"
OVERRIDES="${OVERRIDES} --set=cluster.spec.certManager.enabled=true"
OVERRIDES="${OVERRIDES} --master-size=t4g.medium --node-size=t4g.medium"
OVERRIDES="${OVERRIDES} --master-size=t4g.medium --node-size=t3.medium" # Use amd64 because LBC's E2E suite uses single-arch amd64 test images
OVERRIDES="${OVERRIDES} --image=${INSTANCE_IMAGE:-099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-20230811}"

# shellcheck disable=SC2034
Expand Down

0 comments on commit ba89f3b

Please sign in to comment.