Skip to content

Commit

Permalink
nodepool-builder: fix fluent bit config regarding logs path
Browse files Browse the repository at this point in the history
Change-Id: I8da4892458ef04f83d63d986479df778055b7468
  • Loading branch information
mhuin authored and morucci committed Mar 12, 2024
1 parent 155567d commit 929a624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file.
### Deprecated
### Removed
### Fixed

- nodepool-builder: fixed the log path configuration when using the fluent bit log forwarder, resulting in much less file access errors appearing in fluent bit logs.

### Security

## [v0.0.26] - 2024-03-08
Expand Down
2 changes: 1 addition & 1 deletion controllers/static/nodepool/fluentbit/fluent-bit.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[INPUT]
name tail
tag ${K8S_NAMESPACE}.${K8S_NODENAME}.${K8S_PODNAME}.dib
path /watch/logs/*
path /watch/*/*.log
path_key full_path
refresh_interval 5
read_from_head True
Expand Down

0 comments on commit 929a624

Please sign in to comment.