Skip to content

Commit 105fa63

Browse files
committed
Fix duplication of 'Fluent Bit to Elasticsearch on Minikube' section to reference Kafka version
Signed-off-by: Igor Yankovsky <[email protected]>
1 parent 310c696 commit 105fa63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ Fluent Bit DaemonSet ready to be used with Kafka on a normal Kubernetes Cluster:
6363
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/kafka/fluent-bit-ds.yaml
6464
```
6565

66-
#### Fluent Bit to Elasticsearch on Minikube
66+
#### Fluent Bit to Kafka on Minikube
6767

6868
If you are using Minikube for testing purposes, use the following alternative DaemonSet manifest:
6969

7070
```
71-
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/elasticsearch/fluent-bit-ds-minikube.yaml
71+
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/kafka/fluent-bit-ds-minikube.yaml
7272
```
7373

7474
## Details

0 commit comments

Comments
 (0)