Adding a container sidecar to actions-runner-controller #2583
Unanswered
NLadib-PartnerAuchan
asked this question in
Questions
Replies: 1 comment
-
I've been trying to do this with |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am using actions-runner-controller to deploy self-hosted runners in my Kubernetes cluster. I have a requirement to add a container sidecar to the existing 'runner' and 'docker' containers, and I was wondering if this is possible with actions-runner-controller.
I noticed that the current RunnerSet manifest allows for adding additional containers using the containers field. Would it be possible to add a container sidecar in addition to the existing 'runner' and 'docker' containers using this field? Here's an example of what I have in mind:
Is this something that could be supported in actions-runner-controller? I would greatly appreciate any guidance or suggestions on how to achieve this.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions