Listener does not start #3328
Unanswered
CommissarClippy
asked this question in
Questions
Replies: 0 comments
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.
-
As stated in the troubleshooting guid in the quick start guide I should check the log of the controller if the listener does not start. The log does not show anything strange (as far as I can tell). Next step would be to check connection to the kubernetes API, however I am not sure how to do this. I tried the following command as found on the internet, but without succes.
Paragraph from Troubleshooting guide (https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors)
[Troubleshooting the listener pod](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors#troubleshooting-the-listener-pod) If the controller pod is running, but the listener pod is not, inspect the logs of the controller first and see if there are any errors. If there are no errors and the runner set listener pod is still not running, ensure the controller pod has access to the Kubernetes API server in your cluster.
Any advice on how to fix?
Beta Was this translation helpful? Give feedback.
All reactions