-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No runners deployed after applying sample config #259
Comments
Probably, I use the
|
Are there instructions on how to use |
this is the "docs" https://github.com/evryfs/helm-charts/blob/master/charts/github-actions-runner-operator/values.yaml#L74 :-D
|
I think my question is more around are you using a I tried that, but got the same issue. |
that should work, then it's something broken about how your secret is created, but w/o seeing the layout (be sure to remove the actual secret value) I cannot say |
I had to enable two set features to get past this error, so i'll issue a PR to correct that in the documentation. However, I am encountering a new issue. The runner still won't run and is showing the following error:
|
you also need to define the installation id in the secret, as described in https://github.com/evryfs/github-actions-runner-operator#authentication-modes |
After installing the app, I now see the installation ID in the url of the app. |
I've resolved that issue now. I may also include a list of frequently encountered errors and how to solve them. |
Sadly now it's complaining about a missing settings-xml configmap, which is also undocumented :( |
It's an example - if you don't do maven builds and don't need maven configuration - just leave it out. |
Pushed changes to the readme and the example to solve the issues that came up in this thread: |
Following the instructions, I deployed the operator, and subequently deployed the example CRD
Operator is deployed:
but after deploying the runner, nothing is deployed:
So I checked out the events, and found this:
The secret was applied as per the instructions, and when I open the key downloaded from the github app, it's a valid PEM formatted key.
I wonder if it could be related to the indentation of the loading of the key within the operator, similar to this issue here?
The text was updated successfully, but these errors were encountered: