Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 5fa4fa7

Browse files
committed
Update README.md
added kubectl create daemonset command for Kubernetes cluster v1.16 and above Signed-off-by: AATHITH <[email protected]> modified: README.md
1 parent 7d899cc commit 5fa4fa7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ Fluent Bit DaemonSet ready to be used with Elasticsearch on a normal Kubernetes
3434
```
3535
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/elasticsearch/fluent-bit-ds.yaml
3636
```
37+
Fluent Bit DaemonSet ready to be used with Elasticsearch on a normal Kubernetes Cluster v1.16 and above:
3738

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+
```
3842
#### Fluent Bit to Elasticsearch on Minikube
3943

4044
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:
5761
$ kubectl create -f https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/output/kafka/fluent-bit-ds.yaml
5862
```
5963

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-
```
6764

6865
## Details
6966

0 commit comments

Comments
 (0)