this is beautifully explained can you let me know how i can use my windows agent inside windows node
@stansidorov Жыл бұрын
This is awesome, thank you. I have a few questions. In your manifest you specified a particular repo. Is there way to set it up in a such way that it picks up an action job from any repo in the GitHub organization? And how much time it takes to provision a virtual node for a job? Thank you.
@Atmosera- Жыл бұрын
You can create another manifest for the new job and repo. And the runner only runs for that job then scales back down. You can't do it for just any repo.
@flemminglund73615 ай бұрын
Hi, what if my AKS cluster is private, with my own vnet / subnet. In my workflow i need to run kubelogin which means I've to run in a user context in order to pickup kubelogin from environment variables. Is there any way to handle that on the fly, with github runners, or self-hosted runners , on-demand?