OCI image for debugging Kubernetes pods.
kubectl debug -it --image=ghcr.io/mycreepy/kube-debug:latest --profile=restricted --namespace=[NAMESPACE] --target=[CONTAINER] [POD]
plugins:
debug:
shortCut: Shift-D
description: Debug
scopes:
- containers
command: bash
background: false
args:
- -c
- 'kubectl debug -it --image=ghcr.io/mycreepy/kube-debug:latest --profile=restricted --context=$CONTEXT --namespace=$NAMESPACE --target=$NAME $POD'