fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
587 stars 250 forks source link

HostNetwork DNS Policy #1101

Closed opp-svega closed 7 months ago

opp-svega commented 7 months ago

What this PR does / why we need it:

It changes the default behavior when hostNetwork is true and dnsPolicy is not filled in to use ClusterFirstWithHostNet. Pod's DNS Policy

Which issue(s) this PR fixes:

Fixes #

Does this PR introduced a user-facing change?

Additional documentation, usage docs, etc.:

benjaminhuo commented 7 months ago

@opp-svega Thank you !