How do I specify custom Volume Mounts using gha-runner-scale-set? #2998
Unanswered
JohnLBergqvist
asked this question in
Questions
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to follow this guide to setup a custom Volumne Mount using gha-runner-scale-set.
The below template worked fine before I added the custom volumeMount stuff, but now i've added them, the containers don't even attempt to spin up and the listener or controller logs aren't telling me anything - this is what i've got so far - do I need to specify DockerVolumeMounts at all?
What I had before (which worked with docker-in-docker) was:
Each node has a
/mnt
mountpoint, which is where i'd like to store each pod's_work
directory and the/tmp
folder, prefixed with the POD_NAME as in the above example.My cluster is hosted with AKS on Azure.
Beta Was this translation helpful? Give feedback.
All reactions