We'll manage Fluent-Bit on Kubernetes nodes as a DaemonSet. This will be necessary in order to grant it access to the Kubernetes API so it can augment log records with Kubernetes metadata (labels, pod name, etc.).
7 lines
235 B
YAML
7 lines
235 B
YAML
dnf_automatic_reboot: when-needed
|
|
dnf_automatic_reboot_command: >-
|
|
shutdown -r +5 'Rebooting after applying package updates'
|
|
dnf_automatic_email_from: root@example.com
|
|
dnf_automatic_email_to: root
|
|
dnf_automatic_email_host: localhost
|