Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit dca5cb3

Browse files
authored
Merge pull request #319 from charlieegan3/cluster-first-with-host-net
Use ClusterFirstWithHostNet for fluent-bit daemon set
2 parents c3ae4c8 + 627f3fe commit dca5cb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

puppet/modules/fluent_bit/templates/fluent-bit-daemonset.yaml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ spec:
2222
prometheus.io/path: /api/v1/metrics/prometheus
2323
spec:
2424
hostNetwork: true
25+
dnsPolicy: ClusterFirstWithHostNet
2526
containers:
2627
- name: fluent-bit
2728
image: "<%= @fluent_bit_image %>:<%= @fluent_bit_version %>"

0 commit comments

Comments
 (0)