-
Notifications
You must be signed in to change notification settings - Fork 398
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
tetragon: Add documentation for Signal and NoPost actions #948
Conversation
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Much appreciated @olsajiri and let's hope we'll have sig* string support soon hehe ;-)
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.
Just a nit but thank you for that feature and that's really great that we got documentation about it also :)
##### Signal action | ||
|
||
`Signal` action sends specified signal to current process. The signal number | ||
is specified with argSig value. |
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.
is specified with argSig value. | |
is specified with `argSig` value. |
is specified with argSig value. | ||
|
||
Following example is equivalent to the Sigkill action example above. | ||
The difference is to use the signal action with SIGKILL(9) signal. |
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 difference is to use the signal action with SIGKILL(9) signal. | |
The difference is to use the signal action with `SIGKILL(9)` signal. |
Adding documentation for Signal and NoPost actions. Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Thanks a lot let's 🚢 |
Adding documentation for Signal and NoPost actions.