File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ echo "Starting the ginkgo test suite"
78
78
79
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
80
81
+ # tail=-1 is added so that no logs are truncated
82
+ # https://github.com/kubernetes/kubectl/issues/812
83
+ echo " Fetch most recent aws-load-balancer-controller logs"
84
+ kubectl logs -l app.kubernetes.io/name=aws-load-balancer-controller --container aws-load-balancer-controller --tail=-1 -n kube-system
85
+
81
86
echo " Delete aws-load-balancer-controller"
82
87
helm delete aws-load-balancer-controller -n kube-system --timeout=10m || true
83
88
You can’t perform that action at this time.
0 commit comments