-
We're running into this issue in rancher after running kubectl apply of our runnerdeployment.yml file to our namespace. From the command line I've pulled the docker image (summerwind/actions-runner:latest) and through investigating the files noticed that there is no "./bin/runsvc.sh" file. Is this correct? Your entrypoint.sh says to "exec ./bin/runsvc.sh "${args[@]}" But how could it if it's not there? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This discussion doesn't need an answer, however, to fix my issue and get the runners to work I needed to remove the mutatingwebhook and validatingwebhook. These cause issues when applying the runner yaml files. |
Beta Was this translation helpful? Give feedback.
This discussion doesn't need an answer, however, to fix my issue and get the runners to work I needed to remove the mutatingwebhook and validatingwebhook. These cause issues when applying the runner yaml files.