Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

针对已存在的容器添加debug容器

Code Block
kubectl debug debug -n kube-public kkfileview-75986595f6-ntvfq --image=koderover.tencentcloudcr.com/koderover-public/zadig-debug:v0.1.0 \
--target=<existing-container-name> # 可选:附加到现有容器进程命名空间

...