devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
373 stars 44 forks source link

bug: Renamed krew to kubectl-krew to be accessible as kubectl plugin #154

Closed angrox closed 2 years ago

angrox commented 2 years ago

Kubectl plugins must be named "kubectl-<name>" (https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/). In order to use krew directly without linking the binary to the needed name it was renamed to kubectl-krew.

leucos commented 2 years ago

Thanks a lot. This again show that there is some work in this area to be done so we can select multiple binaries and install them remapping the name if necessary.

In the meantime, thanks for this !