Closed angrox closed 3 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.
"kubectl-<name>"
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 !
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.