-
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
doc updates #1664
doc updates #1664
Conversation
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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! I have a few nits/suggestions as always with docs, feel free to ignore some of them :)
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.
maybe we can move /docs/tutorials/debugging-tetragon/
to this section (for next PR maybe)
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.
Hmm... not sure. I feel troubleshooting is: "I have a problem, what should I do?" While the debugging section is not really helpful with that because adding more debugging messages is not necessarily a good troubleshooting option.
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.
Some of the entries in the FAQ, however, could be under troubleshooting I think. E.g., the section about btf comes to mind.
You collect information in a Kubernetes cluster using the Cilium CLI: | ||
|
||
```shell-session | ||
$ cilium-cli sysdump |
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.
We should put a note at least how to install cilium-cli here. People might not be aware.
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's in the link below. There are many details on this so I thought it would be best to refer to the Cilium docs for this. Thoughts?
Add a troubleshooting section with information about sysdump and bugtool. Signed-off-by: Kornilios Kourtis <[email protected]>
Update kind instructions to properly mount /proc. Signed-off-by: Kornilios Kourtis <[email protected]>
d17d1fa
to
a50f4bd
Compare
Merged, we can improve later. |
No description provided.