aylei / kubectl-debug

This repository is no longer maintained, please checkout https://github.com/JamesTGrant/kubectl-debug.
Apache License 2.0
2.3k stars 304 forks source link

No route to hose #117

Open netanelravid opened 4 years ago

netanelravid commented 4 years ago

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