Skip to content

Commit

Permalink
fix(logs): fallback to legacy DNS resolver
Browse files Browse the repository at this point in the history
Workaround for fluent/fluent-bit#5862
  • Loading branch information
jta committed Sep 16, 2022
1 parent 5e8cac3 commit 29ebcdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bases/logs/m/fluent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
HC_Errors_Count ${FB_HC_ERRORS_COUNT}
HC_Retry_Failure_Count ${FB_HC_RETRY_FAILURE_COUNT}
HC_Period ${FB_HC_PERIOD}
dns.mode ${FB_DNS_MODE}
dns.resolver ${FB_DNS_RESOLVER}

[INPUT]
Name tail
Expand Down
2 changes: 2 additions & 0 deletions bases/logs/m/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ configMapGenerator:
literals:
- FB_BUFFER_CHUNK_SIZE=32k
- FB_BUFFER_MAX_SIZE=256k
- FB_DNS_MODE=UDP
- FB_DNS_RESOLVER=LEGACY
- FB_DOCKER_MODE=On
- FB_DOCKER_MODE_FLUSH=4
- FB_FLUSH=2
Expand Down

0 comments on commit 29ebcdd

Please sign in to comment.