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

Doesn't work on Alpine Linux

ml0renz0 opened this issue · comments

# curl https://raw.githubusercontent.com/davidB/kubectl-view-allocations/master/scripts/getLatest.sh | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3221  100  3221    0     0  13318      0 --:--:-- --:--:-- --:--:-- 13365
Getting https://github.com/davidB/kubectl-view-allocations/releases/download/0.14.8/kubectl-view-allocations_0.14.8-x86_64-unknown-linux-gnu.tar.gz
executable installed at /usr/local/bin/kubectl-view-allocations
# /usr/local/bin/kubectl-view-allocations
bash: /usr/local/bin/kubectl-view-allocations: No such file or directory
# strace /usr/local/bin/kubectl-view-allocations
execve("/usr/local/bin/kubectl-view-allocations", ["/usr/local/bin/kubectl-view-allo"...], 0x7fff324794c0 /* 68 vars */) = -1 ENOENT (No such file or directory)
strace: exec: No such file or directory
+++ exited with 1 +++

Alpine used musl, not glibc and currently no prebuilt version for musl is provided.
I'll take a look at how to provide a pre-built version for musl

Thanks! that would be great