-
Notifications
You must be signed in to change notification settings - Fork 97
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
How to run enroot in a managed K8s? #45
Comments
Unfortunately this is not possible unprivileged because docker will block it through seccomp amongst other things. You could relax the seccomp filters though which should be safe if you're truly unprivileged. |
Thanks, do you know exactly how to configure my K8s Pod securityContext similar to containers/podman#8130 (comment) perhaps by leveraging |
Yeah maybe, I'm not really familiar with the new seccomp profiles in K8s. |
Any update? Could you make it work? |
Gave up on K8s, we'll go with SLURM + plain EC2. |
Hi, how to setup enroot kernel config in a customized Kubernetes setup? Or perhaps this is not possible when running in a K8s unprivileged pod?
./enroot-check_*.run --verify [ERROR] Could not find kernel configuration
The text was updated successfully, but these errors were encountered: