synack-badamson

Results 4 comments of synack-badamson

> However, regarding additional annotations to add to idle pods once they start running a job, I suspect ours is an uncommon use case, and that most users would want...

Got this working how I wanted with [job hooks.](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/running-scripts-before-or-after-a-job) We have kubectl and other tools in our internal image, so it worked out perfectly. ![image](https://github.com/actions/actions-runner-controller/assets/154362893/9204038d-dbc5-4a1c-bb20-9e1c5b0aebc4) ``` apiVersion: rbac.authorization.k8s.io/v1 kind: Role...

> @synack-badamson are you aware if we have access to the org and repo in the pre-run hooks? Applying a label with this information would be very useful to me...

> Hi guys, thanks for this. I'm apparently missing something. I am successfully mounting the CM in my pods, which I can verify by `exec`ing in and executing it manually...