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
# Run all containers with the privileged flag enabled# This will allow the docker:dind image to run if you need to run Docker # commands. Please read the docs before turning this on: # ref: https://docs.gitlab.com/runner/executors/kubernetes.html#using-dockerdind runners:
privileged: true## Specify pod labels for CI job pods## Even if deprecated, it's still working## DEPRECATED: See https://docs.gitlab.com/runner/install/kubernetes.html#additional-configurationpodLabels:
container.apparmor.security.beta.kubernetes.io/img: unconfinedcontainer.seccomp.security.alpha.kubernetes.io/img: unconfined## Configure securitycontext ## ref: http://kubernetes.io/docs/user-guide/security-context/## securityContext:
runAsUser: 100# runAsGroup: 65533fsGroup: 65533# supplementalGroups: [65533]privileged: trueprocMount: Unmasked
But I still got this Permission denied error when I'm trying to pull a Docker image.
The text was updated successfully, but these errors were encountered:
Hello,
I'm actually trying to run img on a Gitlab Runners chart (0.34.0) deployed with Helm on a Kubernetes 1.22.3 cluster w/ Containerd.
When I do an img pull, I got the following error :
nsenter: cannot change root filesystem propagation: Permission denied
I saw issues #115 #266 #284 and also the Running with Kubernetes part in the Readme.md.
In the Gitlab Runner Helm Chart, I have set the following settings as suggested :
But I still got this Permission denied error when I'm trying to pull a Docker image.
The text was updated successfully, but these errors were encountered: