Replies: 1 comment
-
I also hit this issue, and can add even more context. Also found in the describe of the job pod, you can see an empty
This same container when pulled and inspected on my local machine has a non-empty entrypoint and cmd to start postgres (unsurprisingly) It would seem that somewhere along the way, the startup command for the container is being replaced with an empty string, perhaps when it should have been |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I've started playing with containerMode: kubernetes. Everything works as expected while I'm not using GitHub services.
In pod description I can see error during service container start:
Currently I have 0.21.1 helm release installed.
Here is my deploymen and autoscaler:
Here is service account part:
And here is workflow I'm trying to execute:
In workflow, I'm getting following error:

And here is
k describe pod k8s-resources-github-runner-deployment-ggxwz-j72hh-workflow
output:There is really no
runc
on actions runner(using default one).What am I doing wrong? Can someone assist?
Beta Was this translation helpful? Give feedback.
All reactions