Windows and privileged containers #2020
Unanswered
PierreRAFFA
asked this question in
Questions
Replies: 1 comment 1 reply
-
Hello @PierreRAFFA |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Iam currently facing an issue for the windows runners running in EKS as ARC will start the runners in privileged mode.
The parameter
dockerdWithinRunnerContainer
does not any impact as ARC will add privileged mode to either the runner pod or the sidecar container.From your documentation:
When using the default runner, jobs that use a container will run in docker. This necessitates privileged mode, either on the runner pod or the sidecar container
Also,
dockerEnabled
does not change anything.Is there a way to NOT run the runner pod in privileged mode, especially for Windows or if
dockerEnabled
is false ?Thanks
Beta Was this translation helpful? Give feedback.
All reactions