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 2ab27b6 commit 3d5ca5cCopy full SHA for 3d5ca5c
guidebooks/ml/codeflare/custodian/containers/logs/container.yaml
@@ -12,7 +12,7 @@
12
args:
13
- |
14
while true; do
15
- kubectl logs --max-log-requests=$((1 + ${MAX_WORKERS-5})) --tail=\$TAIL -f $KUBE_JOB_LOGS_LABEL_SELECTOR --all-containers && break
+ kubectl logs --max-log-requests=$((5 + ${MAX_WORKERS-5})) --tail=\$TAIL -f $KUBE_JOB_LOGS_LABEL_SELECTOR --all-containers && break
16
TAIL=0
17
sleep 1
18
done
0 commit comments