Linux runner scale set hosted on Windows machine can't use service
/container
features from GH workflow
#3101
Unanswered
FLuzzi-csw
asked this question in
Questions
Replies: 1 comment
-
Hi @FLuzzi-csw , I was getting the same behavior on wsl2 with minikube for testing proposes. So, it seems that minikube don't had access to the docker socket? That's my guess |
Beta Was this translation helpful? Give feedback.
0 replies
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,
I've deployed a
runner scale set
with thedind
feature enabled (pretty much vanilla config, only changed the credentials for GH),but I'm having some trouble using the
service
andcontainer
features in a workflow.Problematic use case
running this workflow results in the error:
Error: Container feature is not supported when runner is already running inside container.
on the same runner the following workflow runs perfectly:
Notes
I'm aware of the issue #406 on action/runner (related code),
but i've seen it in action in this video https://youtu.be/_F5ocPrv6io?si=m1M-fEpdDO0K1vS_
Can someone help me understand what I'm missing? 😄
Beta Was this translation helpful? Give feedback.
All reactions