evryfs/github-actions-runner-operator

GithubActionRunner: error: no installation found for ORG

dennybaa opened this issue · 5 comments

Hello, could you please share details what might be missing

      apiVersion: garo.tietoevry.com/v1alpha1
      kind: GithubActionRunner
      metadata:
        name: github-actions-deployer-pool
      spec:
        minRunners: 2
        maxRunners: 6
        organization: ORG
        reconciliationPeriod: 1m
        repository: foo/bar
...

That error seems like you are running in auth-mode 1 as described in the https://github.com/evryfs/github-actions-runner-operator/blob/master/README.md, but there is something wrong with the setup.

Try looking for more details in the operator logs.

GitHub
K8S operator for scheduling github actions runner pods - evryfs/github-actions-runner-operator

Yes thank you David, I have not installed the app into the organization.

Then go with auth option 2. I guess that worked since you closed the issue.

No everything worked with the option 1, after I have created and installed the auth app correctly 🙏

even better - enjoy building! :-)