Skip to content

Commit 92f6d35

Browse files
committed
Merge fluent#84 into kustomize-base
2 parents 3a18cdc + 105fa63 commit 92f6d35

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
@@ -65,12 +65,12 @@ Fluent Bit DaemonSet ready to be used with Kafka on a normal Kubernetes Cluster:
6565
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/kafka/fluent-bit-ds.yaml
6666
```
6767

68-
#### Fluent Bit to Elasticsearch on Minikube
68+
#### Fluent Bit to Kafka on Minikube
6969

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

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

7676
## Details

0 commit comments

Comments
 (0)