From 78d384ebb6246cf41a73014312dfb0d86a8008d6 Mon Sep 17 00:00:00 2001 From: Spencer Smith Date: Mon, 15 Mar 2021 15:07:53 -0400 Subject: [PATCH] test: update aws cloud provider version This PR makes sure we set a cloud provider version, which will make our AWS tests pass again. Signed-off-by: Spencer Smith --- hack/test/e2e-aws.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/test/e2e-aws.sh b/hack/test/e2e-aws.sh index 7ba18a72a7..eaef376362 100755 --- a/hack/test/e2e-aws.sh +++ b/hack/test/e2e-aws.sh @@ -57,7 +57,8 @@ function setup { export SSH_KEY=talos-e2e export VPC_ID=vpc-ff5c5687 export SUBNET=subnet-c4e9b3a0 - + export CLOUD_PROVIDER_VERSION=v1.20.0-alpha.0 + ## Control plane vars export CP_COUNT=3 export CP_INSTANCE_TYPE=t3.large