davidB / kubectl-view-allocations

kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)
https://crates.io/crates/kubectl-view-allocations
Creative Commons Zero v1.0 Universal
665 stars 42 forks source link

linux/arm64 target missing #208

Closed thomasmunoz13 closed 1 year ago

thomasmunoz13 commented 1 year ago

Hi,

First thank you for making this, very helpful and I use it daily :)

Would it be possible to add another architecture target for linux/arm64 (as you already did for darwin here https://github.com/davidB/kubectl-view-allocations/issues/165) ?

Thanks a lot in advance !

davidB commented 1 year ago

Good idea, I'll search how to update the CI/publish flow to release a pre-built binary for linux arm64.

thomasmunoz13 commented 1 year ago

Hello, any news on this ?

davidB commented 1 year ago

Can you check the version 0.16.3 ? https://github.com/davidB/kubectl-view-allocations/releases/download/0.16.3/kubectl-view-allocations_0.16.3-aarch64-unknown-linux-musl.tar.gz

thomasmunoz13 commented 1 year ago

Hi, thanks for taking care of this :)

The binary is working in my environment (so I'll say it is compatible) but this 0.16.3 is still not available in krew (from what I understand it's missing an update here https://github.com/kubernetes-sigs/krew-index/blob/master/plugins/view-allocations.yaml).

davidB commented 1 year ago

Thanks for the confirmation, sorry for delay. I'll make the PR to update krew later this week.

PS: I'll close this issue when krew will be updated

davidB commented 1 year ago

It's now available on krew