actions / actions-runner-controller

Kubernetes controller for GitHub Actions self-hosted runners
Apache License 2.0
4.56k stars 1.07k forks source link

Docs for how to use custom images under runner/ directory #3283

Open matan-legit opened 6 months ago

matan-legit commented 6 months ago

What would you like added?

it's really unclear how to use these images, where do i get them from and how they go into the helm chart? i tried just putting summerwind/actions-runner-dind:v2.313.0-ubuntu-20.04-a68aa00 under the spec in my runner set but im getting an init error. are there docs on how to use them? and how to modify them for example if i do need something like helm, awscli etc.?

A clear and concise description of what you want to happen.

Note: Feature requests to integrate vendor specific cloud tools (e.g. awscli, gcloud-sdk, azure-cli) will likely be rejected as the Runner image aims to be vendor agnostic.

Why is this needed?

to be able to understand better how to use the custom images A clear and concise description of any alternative solutions or features you've considered.

Additional context

here are my value files for the runner set: gha-runner-scale-set: githubConfigUrl: "https://github.com/***"

githubConfigSecret: "arc-secret"

minRunners: 5

runnerGroup: "k8s-arc-runners" runnerScaleSetName: "ubuntu-dind-16g"

containerMode: type: "dind"

template: spec: tolerations:

Add any other context or screenshots about the feature request here.

github-actions[bot] commented 6 months ago

Hello! Thank you for filing an issue.

The maintainers will triage your issue shortly.

In the meantime, please take a look at the troubleshooting guide for bug reports.

If this is a feature request, please review our contribution guidelines.

acrogenesis commented 4 months ago

@matan-legit were you able to solve this?