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

Update k3d version and k3s image #120

Closed
jelemux opened this issue Jan 29, 2024 · 0 comments · Fixed by #121
Closed

Update k3d version and k3s image #120

jelemux opened this issue Jan 29, 2024 · 0 comments · Fixed by #121
Labels
bug dependencies Pull requests that update a dependency file

Comments

@jelemux
Copy link
Contributor

jelemux commented Jan 29, 2024

Because the outdated container runtime in the k3d cluster refuses to handle newer system calls, the following error occurres:

runtime/cgo: pthread_create failed: Operation not permitted
SIGABRT: abort
PC=0x1b5c51b m=0 sigcode=18446744073709551610

goroutine 0 [idle]:
runtime: g 0: unknown pc 0x1b5c51b
stack: frame={sp:0x7fff91bcaa10, fp:0x0} stack=[0x7fff913cbe90,0x7fff91bcaea0)
0x00007fff91bca910:  0x0000000000000000  0x00007fff91bca9d8 
0x00007fff91bca920:  0x0000000001bb3510  0x000000001c000004 
....

For more information, see: docker-library/golang#467

Updating k3d and its k3s image fixes this problem.

@jelemux jelemux added bug dependencies Pull requests that update a dependency file labels Jan 29, 2024
jelemux added a commit that referenced this issue Jan 29, 2024
jelemux added a commit that referenced this issue Jan 29, 2024
jelemux added a commit that referenced this issue Jan 29, 2024
jelemux added a commit that referenced this issue Jan 29, 2024
This is because we're currently developing our applications for kubernetes 1.28.
robertauer added a commit that referenced this issue Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant