Norman

Results 82 comments of Norman

I am using terragrunt together with atlantis and [terragrunt-config-generator](https://github.com/transcend-io/terragrunt-atlantis-config) and hit the same issue. Plugins are already present in the `TF_PLUGIN_CACHE_DIR` but still in most cases more than 50% of...

I was on v0.44.5. Upgrading to v0.45.18 fixed the issue. Thank you very much!

Another use case for me would be to `resume` FluxCD-managed resources after shutting down tilt.

@nikola-jokic, can we get this merged? It's only a small helmchart change, but would make life much easier for us.

I also would like to specify additional `args` to each container. Would it be preferred to make `args` completely overridable, or rather have special values for each separate container like...

Hi @nikola-jokic, thanks for explaining the design decision. First of all I overlooked the [line](https://github.com/actions/actions-runner-controller/blob/9e191cdd21621f4e43023e0bdbbd2ff9b139c8a6/charts/gha-runner-scale-set/values.yaml#L76) > If any customization is required for dind or kubernetes mode, containerMode should remain empty,...

@nikola-jokic thank you for the suggestion. I will give it a try and report back. But isn't this something that should be part of the [entrypoint of the default image](https://github.com/actions/runner/blob/main/src/Misc/layoutroot/run.sh)?

Just found out this is already [part of the new image](https://github.com/actions/runner/blob/b647b890c5520abb80ff2702d0caca79f590b511/src/Misc/layoutroot/run-helper.sh.template#L22) and is set to [120s by default, when using the helmchart](https://github.com/actions/actions-runner-controller/blob/d72774753c1ac24f927cac68b368f2abc9f65f40/charts/gha-runner-scale-set/templates/_helpers.tpl#L229). But this somehow does not work. I just...

I'm sorry, it is in my logs too, just didn't look properly 😞 But since `RUNNER_WAIT_FOR_DOCKER_IN_SECONDS` ist set by default in the helmchart (since 2023/02), I wonder what caused the...