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

Commit 9ab38be

Browse files
committed
Just naming
1 parent b964745 commit 9ab38be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: fluent-bit-daemonset-kafka.yml renamed to fluent-bit-daemonset-kafka-rest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- name: KAFKA_REST_PORT
2525
value: "80"
2626
- name: KAFKA_TOPIC
27-
value: logs-json
27+
value: fluent-bit
2828
command:
2929
- /fluent-bit/bin/fluent-bit
3030
- -c

Diff for: testpod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ spec:
88
- name: kafkacat
99
image: solsson/kafkacat@sha256:1266d140c52cb39bf314b6f22b6d7a01c4c9084781bc779fdfade51214a713a8
1010
command:
11-
- sh
11+
- bash
1212
- -ec
1313
- >
1414
cd /usr/local/bin;
1515
echo '#!/bin/sh' > logs-cat;
1616
chmod +x logs-cat;
17-
echo "kafkacat -b kafka-0.broker.kafka.svc.cluster.local:9092 -t logs -C" >> logs-cat;
17+
echo "kafkacat -b kafka-0.broker.kafka.svc.cluster.local:9092 -t fluent-bit -C" >> 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)