Skip to content
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

add option to configure hostNetwork daemonset propertie #863

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

ikolesnikovrevizto
Copy link
Contributor

What this PR does / why we need it:

add option to setup hostNetwork for daemonset

Which issue(s) this PR fixes:

#862
Fixes #

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:

Add option to setup hostNetwork propertie for fluent-bit DaemonSet for fluentbit-operator helm chart

@wenchajun
Copy link
Member

You'll need to sign your commit:

git commit -s --amend
git push -f

@ikolesnikovrevizto
Copy link
Contributor Author

You'll need to sign your commit:

git commit -s --amend
git push -f

done

@benjaminhuo benjaminhuo linked an issue Aug 4, 2023 that may be closed by this pull request
@@ -97,6 +97,8 @@ fluentbit:
imagePullSecrets: []
# - name: "image-pull-secret"
secrets: []
# fluent-bit daemonset use host network
hostNetwork: false
Copy link
Member

@benjaminhuo benjaminhuo Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wanjunlei what's the previous default value for hostNetwork?
We should keep the default as before to avoid breaking anything

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default value is false.

@benjaminhuo benjaminhuo merged commit 1cf950a into fluent:master Aug 4, 2023
2 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.

Support Fluentbit Daemonset HostNetowk option
4 participants