-
Notifications
You must be signed in to change notification settings - Fork 1.8k
NE768: Document syslog maxLength parameter support for an Ingress Controller #41138
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
NE768: Document syslog maxLength parameter support for an Ingress Controller #41138
Conversation
|
✔️ Deploy Preview for osdocs ready! 🔨 Explore the source changes: e270083 🔍 Inspect the deploy log: https://app.netlify.com/sites/osdocs/deploys/61fb75d68a28420007415507 😎 Browse the preview: https://deploy-preview-41138--osdocs.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The maximum length is 1024 bytes by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sairameshv Comment addressed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a range for syslog message length. 480-4096, you may include that also
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@melvinjoseph86 Comment addressed.
6a735c6 to
7db5eb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this would be more useful if you formatted the range and default values as values, like in line 142. Consider also combining the last two sentences, sort of like:
If this field is empty, the maximum length is set to the default value of `1024` bytes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kalexand-rh Comment addressed.
|
On line 4, you need to add the module type: |
@kalexand-rh Comment addressed. |
7db5eb7 to
e270083
Compare
|
/cherrypick enterprise-4.10 |
|
@kalexand-rh: new pull request created: #41330 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
For 4.10+
https://issues.redhat.com/browse/NE-768
Doc preview
Requires ack from @melvinjoseph86 @sairameshv @Miciah