We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310c696 commit 105fa63Copy full SHA for 105fa63
README.md
@@ -63,12 +63,12 @@ Fluent Bit DaemonSet ready to be used with Kafka on a normal Kubernetes Cluster:
63
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/kafka/fluent-bit-ds.yaml
64
```
65
66
-#### Fluent Bit to Elasticsearch on Minikube
+#### Fluent Bit to Kafka on Minikube
67
68
If you are using Minikube for testing purposes, use the following alternative DaemonSet manifest:
69
70
71
-$ 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
72
73
74
## Details
0 commit comments