Skip to content

Commit

Permalink
Merge pull request #11506 from olemarkus/aws-lb-scenario-fix-flags
Browse files Browse the repository at this point in the history
Aws lb scenario fix flags
  • Loading branch information
k8s-ci-robot committed May 17, 2021
2 parents 07f3bc0 + d80165f commit 3eacde0
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 @@ -49,7 +49,7 @@ ${KUBETEST2} \
--up \
--kops-binary-path="${KOPS}" \
--kubernetes-version="1.21.0" \
--create-args="--networking amazonvpc --override=cluster.spec.cloudConfig.awsLoadBalancerController.enabled=true --override=cluster.spec.cloudConfig.certManager.enabled=true"
--create-args="--networking amazonvpc --override=cluster.spec.awsLoadBalancerController.enabled=true --override=cluster.spec.certManager.enabled=true"


VPC=$(${KOPS} toolbox dump -o json | jq -r .vpc.id)
Expand Down

0 comments on commit 3eacde0

Please sign in to comment.