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