We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e181b2 commit bd91533Copy full SHA for bd91533
test/e2e/run-canary-test.sh
@@ -78,6 +78,9 @@ echo "Starting the ginkgo test suite"
78
79
(cd $SCRIPT_DIR && CGO_ENABLED=0 GOOS=$OS_OVERRIDE ginkgo -v -r --timeout 60m --failOnPending -- --kubeconfig=$KUBE_CONFIG_PATH --cluster-name=$CLUSTER_NAME --aws-region=$REGION --aws-vpc-id=$VPC_ID || true)
80
81
+echo "Fetch most recent aws-load-balancer-controller logs"
82
+kubectl logs --tail=100 deploy/aws-load-balancer-controller -n kube-system
83
+
84
echo "Delete aws-load-balancer-controller"
85
helm delete aws-load-balancer-controller -n kube-system --timeout=10m || true
86
0 commit comments