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 doc to help running gdb #2952

Closed
aledbf opened this issue Aug 17, 2018 · 0 comments
Closed

Add doc to help running gdb #2952

aledbf opened this issue Aug 17, 2018 · 0 comments

Comments

@aledbf
Copy link
Member

aledbf commented Aug 17, 2018

  • ssh k8s node where the ingress controller is running
  • docker exec -it --user=0 --privileged <docker container> bash
  • gdb -p <nginx maser process>

This is required because of the restrictions in th securityContext

diazjf pushed a commit to diazjf/ingress that referenced this issue Aug 28, 2018
Enhances the troubleshooting documentation by adding a whole
list of basic ways to troubleshoot. Also cleans up previous
sections and adds information about the gdb.

Fixes kubernetes#2952
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant