Aylei

Results 109 comments of Aylei

Our of curiosity, could you elaborate the scenario in which run a debug container in background would be helpful?

To be honest, I am not familiar with authz & authn in kubernetes. But yes, I plan to build an Extension API Server to serve as the gateway for `kubectl-debug`,...

@jseguillon Great idea at a glance! I will carefully consider this idea days after.

Pulling from private repository with credential is expected to have been supported, what is the output of the log of debug-agent?

> and I check the debug-agent pod yaml , i doesn't mount imagePullSecrets in pod, like this @junjieyjj The secret is consumed by the plugin and the plugin will send...

@junjieyjj @lukjaw Could you please try out `v0.2.0-rc`, which has the auth issue fixed

@todaygood Exactly

Hi @llussy , thanks for trying kubectl debug, there is no special configuration needed and the prompt text is based on the bash profile of the container image, which is...

The problem is that the forked pod ran to COMPLETE status instead of RUNNING. How many containers in the target Pod?

> 查看target Pod状态为PodFitsHostPorts > kubectl describe pod日志 > Status: Failed > Reason: PodFitsHostPorts > Message: Pod Predicate PodFitsHostPorts failed That make sense: 1. The original pod (target pod) uses the...