kubectl-debug icon indicating copy to clipboard operation
kubectl-debug copied to clipboard

Skip Images pulling

Open laaubert opened this issue 4 years ago • 2 comments

Hi,

I would like to use this tool in a cluster which doesn't have access to any docker registry. I loaded the debug-agent and netshoot images manually (docker save/docker load commands) but I don't know how to tell kubectl-debug not to try pulling those two images each time it starts (I'd like to use the agent less mode).

Thanks

laaubert avatar Jun 16 '20 21:06 laaubert

Have the same problem. Is there some fix that we can implement without updating the executable? I run it with daemonset, so have only problem with nicolaka/netshoot image.

andrey-gava avatar Jul 02 '20 12:07 andrey-gava

Hi, I was create a PR to solve this problem. #111

kchenzhi avatar Aug 06 '20 03:08 kchenzhi