You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed ARC controller with Helm chart v0.8.1, and a runner scale set with the Helm chart in the same version. It works fine.
Then, I tried to switch to dind mode with
containerMode:
type: "dind"
From the resulting runner containers, access to the EmptyDir mounts (/home/runner/_work, /etc/hosts, /run/docker...) is denied, even as root (Permission denied).
After removing the containerMode.type, specifying the pod specification in values.yaml and making the runner container privileged, everything works, but I am surprised that this is necessary (and not very happy with privileged runner containers). Here is the complete values.yaml.
I am forced to use a K8s cluster v1.21.14. Has anyone faced similar issues ? Happy to take any idea to improve the situation (upgrading the K8s version is not in my power though...) !
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed ARC controller with Helm chart v0.8.1, and a runner scale set with the Helm chart in the same version. It works fine.
Then, I tried to switch to dind mode with
From the resulting runner containers, access to the EmptyDir mounts (
/home/runner/_work
,/etc/hosts
,/run/docker
...) is denied, even asroot
(Permission denied).After removing the
containerMode.type
, specifying the pod specification invalues.yaml
and making the runner container privileged, everything works, but I am surprised that this is necessary (and not very happy with privileged runner containers). Here is the completevalues.yaml
.I am forced to use a K8s cluster v1.21.14. Has anyone faced similar issues ? Happy to take any idea to improve the situation (upgrading the K8s version is not in my power though...) !
Beta Was this translation helpful? Give feedback.
All reactions