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 clusterinput tail resource to support setting bufferMaxSize #1052

Merged
merged 1 commit into from Feb 18, 2024

Conversation

opencmit2
Copy link
Contributor

Add clusterinput tail resource to support setting bufferMaxSize

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #1043

Does this PR introduced a user-facing change?


Additional documentation, usage docs, etc.:


Signed-off-by: JinXinWang <opencmit2@126.com>
@@ -171,6 +171,7 @@ fluentbit:
enable: true
refreshIntervalSeconds: 10
memBufLimit: 100MB
bufferMaxSize: ""
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't it be better to give a default value and then comment it out to keep things uniform?

Copy link
Member

Choose a reason for hiding this comment

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

This field is omitempty, and the default value is empty which means it's ok to set it to ""

@benjaminhuo benjaminhuo merged commit af0bf32 into fluent:master Feb 18, 2024
2 checks passed
@opencmit2 opencmit2 deleted the add_bufferMaxSize branch March 6, 2024 01:31
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.

Helm Chart support for setting bufferMaxSize
3 participants