We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Hi,
When I execute
kubectl debug _POD_NAME_ -n NAMESPACE --context CONTEXT
I got the error below:
error execute remote, error sending request: Post http://_IP_ADDR_:10027/api/v1/debug?command=%5B%22bash%22%5D&container=docker%3A%2F%2Fa95401d91078b5f82deaa5d46b7f785e7114ac26d48fc0e96cd66b1d7ff16f16&image=nicolaka%2Fnetshoot%3Alatest: dial tcp _IP_ADDR_:10027: connect: no route to host
While I receive a shell when I execute:
kubectl exec -it _POD_NAME_ -n NAMESPACE --context CONTEXT sh
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: