File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ Fluent Bit DaemonSet ready to be used with Kafka on a normal Kubernetes Cluster:
65
65
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/kafka/fluent-bit-ds.yaml
66
66
```
67
67
68
- #### Fluent Bit to Elasticsearch on Minikube
68
+ #### Fluent Bit to Kafka on Minikube
69
69
70
70
If you are using Minikube for testing purposes, use the following alternative DaemonSet manifest:
71
71
72
72
```
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
74
74
```
75
75
76
76
## Details
You can’t perform that action at this time.
0 commit comments