Aylei

Results 109 comments of Aylei

Sorry for the late response, the patch looks good to me! could you please resolve the merge conflicts?

> and .deb please ;) Thank you for your reminding😄

https://github.com/aylei/kubectl-debug/blob/8fbb788cce08988bf14112e54f578b3017a25e27/pkg/agent/runtime.go#L166 The debug container has `SYS_PTRACE` capability added already, did you hit a problem about this?

what's the output of `kubectl debug --version`?

@3JIou I see, let me try to reproduce

@3JIou Could you try out `v0.2.0-rc`?

> (1) Failed to Pulling image "aylei/debug-agent:latest", how to fix it? Or What is the credential for pulling down image? It might be your node did not have network access...

what's your container runtime?

@fralychen @thetruechar What's the output of `kubectl debug --version`? It should have created the debug agent automatically on launch in after v1.0.1

@fralychen @thetruechar It turns out that `v0.1.1` does have `--agentless` and `--port-forward` by default, so you must command `--agentless` explicitly if the agent is not installed in advance and command...