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
I found kubectl-rook-ceph and wanted to package it for openSUSE. Unfortunately creating the shell completion using the kubectl-rook-ceph completion xyz commands errors out due to a missing kubeconfig:
Creating an empyt ~/.kube/config file does not work.
Most of the tools that provide generation of shell completions do not require a kubeconfig for that, similar to being able to call -help or help or --help subcommands without requiring a configuration file.
Could this be changed in kubectl-rook-ceph, too?
Thanks in advance,
Johannes
The text was updated successfully, but these errors were encountered:
@kastl-ars sometime back tried command completion for krew plugin it was not available at that time. But I think it's been long time I can give it try again
That would be great. Just to be clear, there is an existing completion subcommand. I think that those completions only work when the executable is called directly, not via kubectl rook-ceph.
Dear maintainers,
I found kubectl-rook-ceph and wanted to package it for openSUSE. Unfortunately creating the shell completion using the
kubectl-rook-ceph completion xyz
commands errors out due to a missing kubeconfig:Creating an empyt
~/.kube/config
file does not work.Most of the tools that provide generation of shell completions do not require a kubeconfig for that, similar to being able to call
-help
orhelp
or--help
subcommands without requiring a configuration file.Could this be changed in kubectl-rook-ceph, too?
Thanks in advance,
Johannes
The text was updated successfully, but these errors were encountered: