-
Notifications
You must be signed in to change notification settings - Fork 452
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
runtime/cgo: pthread_create failed: Operation not permitted #1101
Comments
Hi there! Could you please list the steps you followed to reproduce this issue? Also in the future, please follow our bug report issue template. |
To Reproduce 1.run on my own infrastructure with the following self-managed option.
Expected behavior Logs
|
Hey @dragonTour I believe this is the same as actions/runner-images#3812 Can you upgrade your docker and try again? For more info, see also |
Summary: The version of minikube we are using ships with a docker version that has some issues with seccomp. Further, it doesn't support newer k8s releases. This upgrade addresses both problems. Relevant Issues: See also #1101 Type of change: /kind cleanup Test Plan: Deploy pixie on a new minikube cluster, opm, pixie both work correctly and no longer crash with a pthread create issue. Signed-off-by: Vihang Mehta <[email protected]>
Summary: The version of minikube we are using ships with a docker version that has some issues with seccomp. Further, it doesn't support newer k8s releases. This upgrade addresses both problems. Relevant Issues: See also pixie-io#1101 Type of change: /kind cleanup Test Plan: Deploy pixie on a new minikube cluster, opm, pixie both work correctly and no longer crash with a pthread create issue. Signed-off-by: Vihang Mehta <[email protected]>
I have same issues.
Env:
Is there a recommended solution? thanks |
Is there any resolution for this issue ? |
I have the same question with the piexi v0.1.7.
the result: |
What fixes for me this issue is to define the seccomp profile from Runtime to Unconfined |
*Describe the bug
cloud uses the latest image, and pods report errors
Logs
The text was updated successfully, but these errors were encountered: