Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit a32359a

Browse files
committed
Makes the test behave better when there's lots of logs
1 parent 9ab38be commit a32359a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testpod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ spec:
1212
- -ec
1313
- >
1414
cd /usr/local/bin;
15-
echo '#!/bin/sh' > logs-cat;
15+
echo '#!/bin/bash' > logs-cat;
1616
chmod +x logs-cat;
17-
echo "kafkacat -b kafka-0.broker.kafka.svc.cluster.local:9092 -t fluent-bit -C" >> logs-cat;
17+
echo "kafkacat -b kafka-0.broker.kafka.svc.cluster.local:9092 -C -t fluent-bit -o end" >> logs-cat;
1818
1919
echo "Won't cat logs to stdout because it would create an infinite loop of log aggregation.";
2020
echo "Instead run something like:";

0 commit comments

Comments
 (0)