Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

eschabell
Copy link
Contributor

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

@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
Contributor 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
Contributor 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