-
Notifications
You must be signed in to change notification settings - Fork 382
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
helm, doc: Added debug Helm flag for the agent #2622
helm, doc: Added debug Helm flag for the agent #2622
Conversation
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Added a `debug` Helm flag for the Tetragon agent. Implemented via ConfigMap flag. The Tetragon DaemonSet will be restarted automatically after changing the debug value. Signed-off-by: Philip Schmid <[email protected]>
df15a92
to
0590be2
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.
Thanks, just some remarks, no need to modify stuff
### Change log level on Kubernetes | ||
|
||
{{< warning >}} | ||
The Tetragon DaemonSet will be restarted automatically after changing the debug Helm 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.
This is a pedantic nit, I don't mind not changing this, just a suggestion:
The Tetragon DaemonSet will be restarted automatically after changing the debug Helm value! | |
The Pods of the Tetragon DaemonSet will be restarted automatically after changing the debug Helm value. |
It is possible to change the log level of the Tetragon (DaemonSet) instances by | ||
setting `tetragon.debug` to `true`. |
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.
It is possible to change the log level of the Tetragon (DaemonSet) instances by | |
setting `tetragon.debug` to `true`. | |
It is possible to change the log level of Tetragon's DaemonSet Pods by | |
setting `tetragon.debug` to `true`. |
I'm merging this, so that I can rebase and merge #2625. Feel free to address Mahe's feedback in another PR :) |
Added a
debug
Helm flag for the Tetragon agent. Implemented via ConfigMap flag. The Tetragon DaemonSet will be restarted automatically after changing the debug value.