@@ -151,18 +151,12 @@ The Fluent Bit section of the Fluent Operator supports different CRI `docker`, `
151
151
152
152
The default runtime is docker, you can choose other runtimes as follows.
153
153
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.
155
155
156
156
``` shell
157
157
helm install fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set containerRuntime=containerd
158
158
```
159
159
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
-
166
160
Install through the online chart link:
167
161
168
162
``` shell
@@ -195,44 +189,18 @@ kubectl apply -f manifests/logging-stack
195
189
196
190
#### Deploy the Kubernetes logging stack with Helm
197
191
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 ` :
199
193
200
194
``` shell
201
195
helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=docker
202
196
```
203
197
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 ` .:
219
199
220
200
``` shell
221
201
helm upgrade fluent-operator --create-namespace -n fluent charts/fluent-operator/ --set Kubernetes=true,containerRuntime=docker,fluentd.enable=true
222
202
```
223
203
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
-
236
204
Within a couple of minutes, you should observe an index available:
237
205
238
206
``` shell
0 commit comments