aylei / kubectl-debug

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

cannot get the debug docker image No such image: docker.io/nicolaka/netshoot:latest #141

Closed melochale closed 3 years ago

melochale commented 3 years ago

error execute remote, Internal error occurred: error attaching to container: Error: No such image: docker.io/nicolaka/netshoot:latest error: Internal error occurred: error attaching to container: Error: No such image: docker.io/nicolaka/netshoot:latest

weiwarren commented 3 years ago

An unstable debug agent was introduced, use the previous stable version. 133, 134 135

kubectl debug nginx --agent-image=aylei/debug-agent:v0.1.1

melochale commented 3 years ago

many thanks, it works!