Skip to content
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

Add troubleshooting instructions specific to Kubernetes environments #6129

Open
atoulme opened this issue Jan 30, 2025 · 0 comments
Open

Add troubleshooting instructions specific to Kubernetes environments #6129

atoulme opened this issue Jan 30, 2025 · 0 comments
Labels
help wanted Extra attention is needed sig:collector

Comments

@atoulme
Copy link

atoulme commented Jan 30, 2025

What needs to be changed?
Add docs to the troubleshooting page for the collector explaining how to use kubectl debug with the collector and Kubernetes.

What is the name + path of the page that needs changed?
https://opentelemetry.io/docs/collector/troubleshooting/

Additional context:

A great tool to debug issues with the collector is to use this kubectl command and image:

kubectl debug -it <pod_name> --image nicolaka/netshoot -- /bin/bash

That image contains all the networking troubleshooting tools such as tcpdump, netstat, etc.

@atoulme atoulme added the bug Something isn't working label Jan 30, 2025
@tiffany76 tiffany76 added help wanted Extra attention is needed sig:collector and removed bug Something isn't working labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed sig:collector
Projects
None yet
Development

No branches or pull requests

2 participants