You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store configuration errors in this annotation, leave empty to turn off
219
219
--templates-dir="/templates" Where to find templates
220
220
--output-dir="/fluentd/etc" Where to output config files
@@ -430,6 +430,11 @@ This will build the code, then `config-reloader` will connect to the K8S cluster
430
430
431
431
Use the `vmware/kube-fluentd-operator:TAG` as a base and do any modification as usual.
432
432
433
+
### I don't want to annotate all my namespaces with the same way
434
+
435
+
It is possible to reduce configuration burden by using a default configmap name. The default value is `fluentd-config` - kube-fluentd-operator will read the configmap by that name if the namespace is not annotated.
436
+
If you don't like this default name or happen to use this configmap for other purposes then override the default with `--defualt-configmap=my-default`.
437
+
433
438
### How can I be sure to use a valid path for the .pos and .buf files
434
439
435
440
.pos files store the progress of the upload process and .buf are used for local buffering. Colliding .pos/.buf paths can lead to races in Fluentd. As such, `kube-fluentd-operator` tries hard to rewrite such path-based parameters in predictable way. You only need to make sure they are unique for your namespace and `config-reloader` will take care to make them unique cluster-wide.
0 commit comments