Skip to content

Commit bd91533

Browse files
author
Chinmay Gadgil
committed
Fetch aws-load-balancer-controller logs before deleting
1 parent 2e181b2 commit bd91533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/run-canary-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ echo "Starting the ginkgo test suite"
7878

7979
(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)
8080

81+
echo "Fetch most recent aws-load-balancer-controller logs"
82+
kubectl logs --tail=100 deploy/aws-load-balancer-controller -n kube-system
83+
8184
echo "Delete aws-load-balancer-controller"
8285
helm delete aws-load-balancer-controller -n kube-system --timeout=10m || true
8386

0 commit comments

Comments
 (0)