Invalid value: true: Privileged containers are not allowed #134
roshvinkunnummal
started this conversation in
General
Replies: 1 comment
-
No. D-in-D requires privileged mode. This pull request for actions-runner-controller has a great discussion on the differences needed and security provided by rootless versus privileged containers. Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe
i tried runner deployment with https://github.com/some-natalie/kubernoodles/blob/main/deployments/ghes/rootless-ubuntu-focal.yml and getting below error
2022-09-21T15:44:16Z ERROR actions-runner-controller.runner Failed to create pod resource {"runner": "actions-runner-system/rootless-ubuntu-focal-mbc22-vgbds", "error": "pods "rootless-ubuntu-focal-mbc22-vgbds" is forbidden: PodSecurityPolicy: unable to admit pod: [spec.containers[0].securityContext.privileged: Invalid value: true: Privileged containers are not allowed]"}
github.com/actions-runner-controller/actions-runner-controller/controllers.(*RunnerReconciler).Reconcile
is there any way to run DiD without privileged mode . or any other image / solution
Beta Was this translation helpful? Give feedback.
All reactions