Skip to content

Commit a9a13f3

Browse files
committed
fix
1 parent 5a89688 commit a9a13f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/gke-connectivity-smoke.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ jobs:
301301
--namespace "${NAMESPACE}" \
302302
--all-containers=true \
303303
--prefix=true \
304-
--follow=true
304+
--follow=true \
305+
--max-log-requests=8
305306
kubectl wait --for=condition=complete "job/${WORKLOAD_NAME}" \
306307
--namespace "${NAMESPACE}" \
307308
--timeout="${JOB_COMPLETE_TIMEOUT}"

0 commit comments

Comments
 (0)