davidB / kubectl-view-allocations

kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)

Home Page:https://crates.io/crates/kubectl-view-allocations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubectl krew install failed under windows

Slach opened this issue · comments

I see windows x64 msvc .zip artefact in releases page
but installation failed

kubectl krew install view-allocations
Updated the local copy of plugin index.
Installing plugin: view-allocations
W0510 09:56:56.805978    3672 install.go:164] failed to install plugin "view-allocations": 
plugin "view-allocations" does not offer installation for this platform
failed to install some plugins: [view-allocations]: plugin "view-allocations" does not offer installation for this platform
Error: exit status 1

maybe we need change artifact name conversion for windows?

The windows version is not defined on krew https://github.com/kubernetes-sigs/krew-index/blob/master/plugins/view-allocations.yaml.
TBH I built the windows version but never test it.

i tested it works as expected
so, let's add windows definition to krew?