Hello,
We are also experiencing similar to issues #105 #122 #166
2021-03-04T12:03:01.119Z ERROR controller-runtime.manager.controller.githubactionrunner Reconciler error {
"reconciler group": "garo.tietoevry.com", "reconciler kind": "GithubActionRunner", "name": "runner-pool", "namespace": "act
ions-runner", "error": "Secret "actions-runner" not found"}
github.com/go-logr/zapr.(*zapLogger).Error
Unlike all the other reporters though, we have setup the Operator App as a github app, rather then PAT.
Our runners yaml file is literal copy of your sample file. Except we update the org value in line 12 & 52
The setup:
- namespace: github-actions-runner-operator has the github-runner-app secret which was created with the below and referenced in the operator deployment file.
kubectl create secret generic github-runner-app --from-literal=GITHUB_APP_INTEGRATION_ID=<app_id> --from-file=GITHUB_APP_PRIVATE_KEY=<private_key>
The second namespace is: actions-runner and this is where the runners yaml sample file has been deployed.
image version is:
pullPolicy: IfNotPresent
tag: v0.8.6
Any pointers would be much appreciated.
Hello,
We are also experiencing similar to issues #105 #122 #166
Unlike all the other reporters though, we have setup the Operator App as a github app, rather then PAT.
Our runners yaml file is literal copy of your sample file. Except we update the org value in line 12 & 52
The setup:
kubectl create secret generic github-runner-app --from-literal=GITHUB_APP_INTEGRATION_ID=<app_id> --from-file=GITHUB_APP_PRIVATE_KEY=<private_key>The second namespace is: actions-runner and this is where the runners yaml sample file has been deployed.
image version is:
pullPolicy: IfNotPresent
tag: v0.8.6
Any pointers would be much appreciated.