Skip to content

Commit 1845999

Browse files
Robert Feketecsatib02
authored andcommitted
Whatsnew updates from comments
Signed-off-by: Bence Csati <[email protected]>
1 parent 689352f commit 1845999

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/docs/whats-new/_index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ logging:
4848
4949
This also means that `logging.hostTailer` has been deprecated and is superseded by `logging.hostTailers` and will be removed in a future release.
5050

51-
<!-- FIXME update hosttailer docs with this -->
51+
## Graceful reload in Fluentd
52+
53+
You can now enable graceful reloading via a webhook using the [`configReloaderUseGracefulReloadWebhook` option]({{< relref "/docs/configuration/crds/v1beta1/fluentd_types.md#fluentdspec-configreloaderusegracefulreloadwebhook" >}}).
5254

5355
### Memory usage
5456

@@ -57,6 +59,10 @@ In order to reduce the memory usage of the operator in large environments, you c
5759
- `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.
5860
- `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.
5961

62+
### Changes in Fluentd images
63+
64+
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
65+
6066
## Version 5.0
6167

6268
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)