Skip to content

Conversation

eschabell
Copy link
Collaborator

Added YAML configuration to kubernetes installation docs. Fixes #1737.

…t#1737.

Signed-off-by: Eric D. Schabell <eric@schabell.org>
@eschabell eschabell requested review from a team as code owners June 16, 2025 15:23
- name: tail
tag: kube.error
path: 'C:\\k\\kubelet.err.log'
db: 'C:\\fluent-bit\\tail_kubelet.db'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need a volume for this today too otherwise it's ephemeral

Copy link
Collaborator Author

@eschabell eschabell Jun 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it does, it's in the docs just above this code section.

filters:
- name: kubernetes
match: kube.*
kube_url: 'https://kubernetes.default.svc.cluster.local:443'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for this

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we remove the filters section, then it's not doing what the conf example is doing?

@esmerel
Copy link
Contributor

esmerel commented Jun 16, 2025

From a writing perspective this looks ok to me

@patrick-stephens patrick-stephens merged commit 1cfde96 into fluent:master Jun 17, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing YAML examples for Installation -> Kubernetes docs
3 participants