Shipping "kubectl create something" plugin is impossible #865
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Wile looking into shipping a
kubectl create something
plugin via krew I noticed that the- => _
rewriting inkrew/internal/installation/install.go
Line 242 in 48b3ea1
Background: kubectl allows these create plugins (and only those) since kubernetes/kubernetes#124123.
Basically we have this situation:
$ kubectl create-something
maps to the binarykubectl-create_something
$ kubectl create something
maps to the binarykubectl-create-something
create-something
plugin into thekubectl-create_something
binary on disk (even though the binary in the plugin tar is properly named.How could we allow to ship a
kubectl-create-something
binary?xref https://kubernetes.slack.com/archives/CTJNMDM24/p1728488438493869
The text was updated successfully, but these errors were encountered: