Skip to content

Commit

Permalink
Fix duplication of 'Fluent Bit to Elasticsearch on Minikube' section …
Browse files Browse the repository at this point in the history
…to reference Kafka version

Signed-off-by: Igor Yankovsky <[email protected]>
  • Loading branch information
iyankovsky committed Oct 20, 2020
1 parent 310c696 commit 105fa63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ Fluent Bit DaemonSet ready to be used with Kafka on a normal Kubernetes Cluster:
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/kafka/fluent-bit-ds.yaml
```

#### Fluent Bit to Elasticsearch on Minikube
#### Fluent Bit to Kafka on Minikube

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

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

## Details
Expand Down

0 comments on commit 105fa63

Please sign in to comment.