myoung34 / docker-github-actions-runner

This will run the new self-hosted github actions runners with docker-in-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Deployment overwriting MountPath

jensenity opened this issue · comments

Hi, So im using the kubernetes template you shared on the README but when same github runners are on the same node, due to the mountpath, it overwrites each other and because of that, runners that shares the same node and same mountpath fails in the middle of my action. Can you share how I can create a workaround with this issue?

Do I have to use StatefulSet?

You have to create a unique mount path per runner if you need to mount a directory

See here for usage on that #167

Thank you very much!