-
Notifications
You must be signed in to change notification settings - Fork 496
docs: add kernel version-specific selector limits #4553
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
docs: add kernel version-specific selector limits #4553
Conversation
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| - **Max file match values** (using `fd` or `file` arg): 8 on kernels ≥5.3, 2 on kernels <5.3 | ||
| - **String prefix max length**: 256 chars | ||
| - **String postfix max length**: 128 chars | ||
| - **matchBinaries values**: Unlimited (stored in BPF map) |
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.
Since there's virtually no limit, you can just remove this
| - **matchBinaries values**: Unlimited (stored in BPF map) |
| - **Max file match values** (using `fd` or `file` arg): 8 on kernels ≥5.3, 2 on kernels <5.3 | ||
| - **String prefix max length**: 256 chars | ||
| - **String postfix max length**: 128 chars |
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.
| - **Max file match values** (using `fd` or `file` arg): 8 on kernels ≥5.3, 2 on kernels <5.3 | |
| - **String prefix max length**: 256 chars | |
| - **String postfix max length**: 128 chars | |
| - Max file match values (using `fd` or `file` arg): 8 on kernels ≥5.3, 2 on kernels <5.3 | |
| - String prefix max length: 256 chars | |
| - String postfix max length: 128 chars |
| #### Kernel Version-Specific Limits | ||
|
|
||
| Some limits vary based on the kernel version: |
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.
Tbh I'd just add the things to the list of limitations above without creating a new section, should be good enough and it seems some of your limits don't really depends on kernel versions.
cc69e56 to
9f7ba40
Compare
|
@mtardy thanks, pushed the changes 👍🏼 |
mtardy
left a comment
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.
looks good just one small nit and we can merge
| operators which store values in a BPF map. | ||
|
|
||
|
|
||
|
|
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.
nit: please remove that whiteline change
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.
done 👍🏼
Follow-up to PR cilium#4549 documenting additional limits from issue cilium#709. Signed-off-by: Pavan More <[email protected]>
9f7ba40 to
af9f118
Compare
mtardy
left a comment
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.
Thanks!
Follow-up to #4549 documenting additional limits from #709
Description
Added kernel version-specific limits that were discussed in #709 :
Changelog