Skip to content

Commit 3d5ca5c

Browse files
committed
fix: increase max log requests for app logs
1 parent 2ab27b6 commit 3d5ca5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guidebooks/ml/codeflare/custodian/containers/logs/container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
args:
1313
- |
1414
while true; do
15-
kubectl logs --max-log-requests=$((1 + ${MAX_WORKERS-5})) --tail=\$TAIL -f $KUBE_JOB_LOGS_LABEL_SELECTOR --all-containers && break
15+
kubectl logs --max-log-requests=$((5 + ${MAX_WORKERS-5})) --tail=\$TAIL -f $KUBE_JOB_LOGS_LABEL_SELECTOR --all-containers && break
1616
TAIL=0
1717
sleep 1
1818
done

0 commit comments

Comments
 (0)