-
As stated above, I am getting the following error from my Manager logs: 2022-01-11T22:23:17.262Z ERROR controller-runtime.manager.controller.runner-controller Reconciler error {"reconciler group": "actions.summerwind.dev", "reconciler kind": "Runner", "name": "3runnerdeploy-6kngx-knm5n", "namespace": "default", "error": "failed to create registration token: Post "https://api.github.com/repos/paugh7/master/actions/runners/registration-token\": could not refresh installation id 22170478's token: could not get access_tokens from GitHub API for installation ID 22170478: x509: certificate is valid for *.ibroadcast.com, ibroadcast.com, not api.github.com"} This of course is preventing any runners from actually.... well running. I am getting the same error using v0.20.4 and v0.20.2. Cert manager has all 3 pods running and the controller-manager secret was created. Any help would be greatly appreciated!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found out that the default GITHUB_APP_PRIVATE_KEY was not pointed to the controller-manager secret. Had to edit the deployment then delete the initial pod to resolve the issue. |
Beta Was this translation helpful? Give feedback.
Found out that the default GITHUB_APP_PRIVATE_KEY was not pointed to the controller-manager secret. Had to edit the deployment then delete the initial pod to resolve the issue.