Add kubectl debug alpha command

This first version of `kubectl alpha debug` is an import of the existing
kubectl-debug plugin, which supports adding ephemeral containers to
running pods. This attempts to follow patterns used by other kubectl
commands such as run, exec and scale.
This commit is contained in:
Lee Verberne
2020-01-31 15:29:31 +01:00
parent 861c918a44
commit e5b655938e
8 changed files with 685 additions and 1 deletions

View File

@@ -463,6 +463,7 @@ staging/src/k8s.io/kubectl/pkg/cmd/autoscale
staging/src/k8s.io/kubectl/pkg/cmd/certificates
staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo
staging/src/k8s.io/kubectl/pkg/cmd/create
staging/src/k8s.io/kubectl/pkg/cmd/debug
staging/src/k8s.io/kubectl/pkg/cmd/delete
staging/src/k8s.io/kubectl/pkg/cmd/describe
staging/src/k8s.io/kubectl/pkg/cmd/diff