kubectl debug autocompletion isn't working #1711
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
sig/cli
Categorizes an issue or PR as relevant to SIG CLI.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What happened?
Autocompletion for
kubectl debug
doesn't look up the pod nameWhat did you expect to happen?
I expected the pod name to be looked up similar to
kubectl get -n [namespace]
How can we reproduce it (as minimally and precisely as possible)?
Create a pod in some namespace (x)
type
kubectl debug -n x
then hit tab and notice the pod name doesn't autocomplete
Anything else we need to know?
zsh 5.9 (arm64-apple-darwin24.0)
Kubernetes version
Cloud provider
N/A
OS version
MacOS 15.3
Install tools
Container runtime (CRI) and version (if applicable)
Related plugins (CNI, CSI, ...) and versions (if applicable)
The text was updated successfully, but these errors were encountered: