fluent-bit: Do not apply to K8s nodes
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.).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- hosts: all
|
||||
- hosts: '!kubelet'
|
||||
roles:
|
||||
- role: fluent-bit
|
||||
tags: fluent-bit
|
||||
|
||||
Reference in New Issue
Block a user