actions / actions-runner-controller

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

Override the init-dind-externals init container in the runner set helm chart #3572

Closed ecooke-macu closed 5 months ago

ecooke-macu commented 5 months ago

Checks

Controller Version

0.9.1

Deployment Method

Helm

Checks

To Reproduce

Create a values.yaml
Specify init container for init-dind-externals

Describe the bug

The default init-dind-externals container doesn't get overwritten and is stuck on the default.

Describe the expected behavior

Able to override the init-dind-externals container

Additional Context

We need to stop the logging of all files copied. Currently it logs about 20k lines each time the container starts. We need to remove the `-v` from the `cp`.

Controller Logs

Org policies don't allow internal logs to be publicly available. I can provide them privately though.

Runner Pod Logs

Org policies don't allow internal logs to be publicly available. I can provide them privately though.
github-actions[bot] commented 5 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.

nikola-jokic commented 5 months ago

Hey @edwardcookemacu,

Please refer to my comment here. This behavior is well documented and explained in various links I linked. Closing this issue now.

ecooke-macu commented 5 months ago

Thank you! That pointed me in the right direction.