operator-framework / kubectl-operator

Manage Kubernetes Operators from the command line
https://operatorframework.io/
Apache License 2.0
129 stars 37 forks source link

[RFE] Autocompletion for commands #44

Closed exdx closed 2 years ago

exdx commented 3 years ago

Story: A user would like to be able to get the standard kubectl autocomplete experience when using the plug-in.

Open question: how difficult is this to implement?

joelanford commented 3 years ago

I looked into this, and at the time it was super difficult when used like kubectl operator because it needs to integrate into kubectl's completion. But I agree this would be nice to have.

joelanford commented 3 years ago

Upstream issue: https://github.com/kubernetes/kubernetes/issues/74178