Replacing initcontainer with custom dind image container #3464
Replies: 1 comment
-
I believe the init container is just copying files from the runner container to the dind container. See this thread: https://github.com/actions/actions-runner-controller/discussions/2944 |
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.
-
The pods with initcontainer takes 1 minute to start up, whereas the pod with only 2 container ( runner and custom dind image) only takes 10 seconds to spin up. I like to understand is there any specific reason behind having this initcontainer ?
Beta Was this translation helpful? Give feedback.
All reactions