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

Commit ad89b2e

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 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:

0 commit comments

Comments
 (0)