Skip to content

Commit 0988420

Browse files
authored
Merge pull request #303 from wenchajun/readme
update readme
2 parents 7a98a71 + 5f27e74 commit 0988420

File tree

1 file changed

+3
-35
lines changed

1 file changed

+3
-35
lines changed

README.md

+3-35
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,12 @@ The Fluent Bit section of the Fluent Operator supports different CRI `docker`, `
151151

152152
The default runtime is docker, you can choose other runtimes as follows.
153153

154-
If your container runtime is `containerd`:
154+
If your container runtime is `containerd` or `cri-o`, you can set the `containerRuntime` parameter to `containerd` or `crio`. e.g.
155155

156156
```shell
157157
helm install fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set containerRuntime=containerd
158158
```
159159

160-
If your container runtime is `cri-o`:
161-
162-
```shell
163-
helm install fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set containerRuntime=crio
164-
```
165-
166160
Install through the online chart link:
167161

168162
```shell
@@ -195,44 +189,18 @@ kubectl apply -f manifests/logging-stack
195189

196190
#### Deploy the Kubernetes logging stack with Helm
197191

198-
If your container runtime is `docker`
192+
You can also deploy the Kubernetes logging stack with Helm, just need to set the `Kubernetes` parameter to `ture`:
199193

200194
```shell
201195
helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=docker
202196
```
203197

204-
If your container runtime is `containerd`
205-
206-
```shell
207-
helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=containerd
208-
```
209-
210-
If your container runtime is `cri-o`
211-
212-
```shell
213-
helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=crio
214-
```
215-
216-
If you want to install the fluentd plugin, you can execute the following command:
217-
218-
If your container runtime is `docker`
198+
If you want to deploy `fluentd`, just need to set the `fluentd.enable` parameter to `ture`.:
219199

220200
```shell
221201
helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=docker,fluentd.enable=true
222202
```
223203

224-
If your container runtime is `containerd`
225-
226-
```shell
227-
helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=containerd,fluentd.enable=true
228-
```
229-
230-
If your container runtime is `cri-o`
231-
232-
```shell
233-
helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=crio,fluentd.enable=true
234-
```
235-
236204
Within a couple of minutes, you should observe an index available:
237205

238206
```shell

0 commit comments

Comments
 (0)