Skip to content

Commit 6df1afd

Browse files
Robert FeketeRobert Fekete
authored andcommitted
Whatsnew updates from comments
1 parent 689352f commit 6df1afd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/docs/whats-new/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,21 @@ This also means that `logging.hostTailer` has been deprecated and is superseded
5050

5151
<!-- FIXME update hosttailer docs with this -->
5252

53+
## Graceful reload in Fluentd
54+
55+
You can now enable graceful reloading via a webhook using the [`configReloaderUseGracefulReloadWebhook` option]({{< relref "/docs/configuration/crds/v1beta1/fluentd_types.md#fluentdspec-configreloaderusegracefulreloadwebhook" >}}).
56+
5357
### Memory usage
5458

5559
In order to reduce the memory usage of the operator in large environments, you can now use the following flags during installation:
5660

5761
- `watch-labeled-children` to watch only child resources created by the operator. This option will be enabled by default in a future new minor version.
5862
- `watch-labeled-secrets` to watch secrets with `logging.banzaicloud.io/watch: enabled` label. This option will be enabled by default in a future new major version.
5963

64+
### Changes in Fluentd images
65+
66+
Earlier, Logging operator used Fluentd images published at https://github.com/kube-logging/fluentd-images, and its version numbers followed the official Fluentd version numbers. From now on, we build Fluentd images from our repository (https://github.com/kube-logging/logging-operator/tree/master/images/fluentd) and its version numbering follows the version numbers of Logging operator, for example: ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-base/filters/full
67+
6068
## Version 5.0
6169

6270
The following are the highlights and main changes of Logging operator 5.0. For a complete list of changes and bugfixes, see the [Logging operator 5.0 releases page](https://github.com/kube-logging/logging-operator/releases/tag/5.0).

0 commit comments

Comments
 (0)