You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b.c. the cobra code is still targeting kots, but the binary's being distributed as kubectl-kots, CLI completion doesn't work. Unfortunately, simply switching to kubectl-kots would still confuse users, b.c. completion for kubectl plugins is a whole thing, so it'd only fix kubectl-kots <tab>.
The best solution would be to actually implement kubectl kots <tab> completion by shipping a second kubectl_complete-kots binary that basically aliases to kubectl kots completion $* (if I'm understanding the kubectl plugin completion spec correctly)
The text was updated successfully, but these errors were encountered:
b.c. the cobra code is still targeting
kots
, but the binary's being distributed askubectl-kots
, CLI completion doesn't work. Unfortunately, simply switching tokubectl-kots
would still confuse users, b.c. completion for kubectl plugins is a whole thing, so it'd only fixkubectl-kots <tab>
.The best solution would be to actually implement
kubectl kots <tab>
completion by shipping a secondkubectl_complete-kots
binary that basically aliases tokubectl kots completion $*
(if I'm understanding thekubectl
plugin completion spec correctly)The text was updated successfully, but these errors were encountered: