cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
158 stars 18 forks source link

Support k8s 1.27 and update dependencies #251

Closed yokaze closed 9 months ago

yokaze commented 11 months ago

Signed-off-by: Daichi Sakaue daichi-sakaue@cybozu.co.jp

ysksuzuki commented 10 months ago

@yokaze Try CGO_ENABLED=0 go build -o echotest ./echo-server https://github.com/cybozu-go/coil/pull/251/files#diff-bc8424cdd2da0676b325fe20f4039ae0b1776ea6ae1674028c3465c238ed6486R36

I guess the base image version of the kindest/node has changed and the glibc version in the build env has diverged from the one in the kindest/node v1.27

root@coil-control-plane:/# /usr/local/bin/echotest 
/usr/local/bin/echotest: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/bin/echotest)
/usr/local/bin/echotest: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/echotest)
ysksuzuki commented 9 months ago

Close in favor of https://github.com/cybozu-go/coil/pull/254