Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support k8s 1.27 and update dependencies #251

Closed
wants to merge 9 commits into from
Closed

Support k8s 1.27 and update dependencies #251

wants to merge 9 commits into from

Conversation

yokaze
Copy link
Contributor

@yokaze yokaze commented Jul 28, 2023

Signed-off-by: Daichi Sakaue [email protected]

@yokaze yokaze self-assigned this Jul 28, 2023
@yokaze yokaze force-pushed the k8s-1.27 branch 3 times, most recently from 2a73fb9 to 31262e1 Compare July 31, 2023 09:47
Signed-off-by: Daichi Sakaue <[email protected]>
Signed-off-by: Daichi Sakaue <[email protected]>
Signed-off-by: Daichi Sakaue <[email protected]>
Signed-off-by: Daichi Sakaue <[email protected]>
Signed-off-by: Daichi Sakaue <[email protected]>
Signed-off-by: Daichi Sakaue <[email protected]>
Signed-off-by: Daichi Sakaue <[email protected]>
@yokaze yokaze force-pushed the k8s-1.27 branch 4 times, most recently from 4d4743b to 130a1f9 Compare August 2, 2023 02:10
Signed-off-by: Daichi Sakaue <[email protected]>
@ysksuzuki
Copy link
Contributor

@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
Copy link
Contributor

Close in favor of #254

@ysksuzuki ysksuzuki closed this Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants