This repository was archived by the owner on Apr 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,11 @@ Fluent Bit DaemonSet ready to be used with Elasticsearch on a normal Kubernetes
34
34
```
35
35
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/elasticsearch/fluent-bit-ds.yaml
36
36
```
37
+ Fluent Bit DaemonSet ready to be used with Elasticsearch on a normal Kubernetes Cluster v1.16 and above:
37
38
39
+ ```
40
+ $ kubectl create -f https://raw.githubusercontent.com/AATHITH/fluent-bit-kubernetes-logging/master/output/elasticsearch/fluent-bit-ds(v1.16%2B).yaml
41
+ ```
38
42
#### Fluent Bit to Elasticsearch on Minikube
39
43
40
44
If you are using Minikube for testing purposes, use the following alternative DaemonSet manifest:
@@ -57,13 +61,6 @@ Fluent Bit DaemonSet ready to be used with Kafka on a normal Kubernetes Cluster:
57
61
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/kafka/fluent-bit-ds.yaml
58
62
```
59
63
60
- #### Fluent Bit to Elasticsearch on Minikube
61
-
62
- If you are using Minikube for testing purposes, use the following alternative DaemonSet manifest:
63
-
64
- ```
65
- $ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/elasticsearch/fluent-bit-ds-minikube.yaml
66
- ```
67
64
68
65
## Details
69
66
You can’t perform that action at this time.
0 commit comments