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

version `GLIBC_2.25' not found

davidB opened this issue · comments

from @omerfsen at kubernetes/kubernetes#17512 (comment)

Hello David it would be nice if you provide more compiled binary for new distributions. On Ubuntu 16.04 we get

kubectl-view-allocations: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by kubectl-view-allocations)

dpkg -l |grep glib

ii libglib2.0-0:amd64 2.48.2-0ubuntu4.4

Hi,

I copy/paste the comment here to become more free to discuss the issue.

The binary distribution for linux is built on ubuntu 18.04 (at least for version < 0.6.5). I released a version 0.6.5 built on ubuntu 16.04. Can you give it a try ?