actions-runner-controller: Could not run RunnerDeployment with organization setting

Hi, I just installed this for my organization and I already saw that the runners are running:

› kubectl get runner                                                                                                                                                 
NAME                        ORGANIZATION   REPOSITORY   LABELS   STATUS
github-runner-dn442-25m4h   lifepal                              Running
github-runner-dn442-btkzd   lifepal                              Running
github-runner-dn442-pxgh6   lifepal                              Running
github-runner-dn442-xzd2k   lifepal                              Running

And the runners are registered within the organization as well as shown below.

Screen Shot 2020-06-21 at 10 43 17

And this is how I installed the runners:

apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
  name: github-runner
spec:
  replicas: 4
  template:
    spec:
      organization: <my org>

However, the actions could not be run. This was the error I got from the action log

Screen Shot 2020-06-21 at 10 39 13

It looks like I must have missed a setting somewhere?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 33 (5 by maintainers)

Commits related to this issue

Most upvoted comments

Btw, i have figured this out now. Looks like I needed to create a custom image on for the action runners. So this now works fine.

Linking this to @erikkn’s awesome PR #203. I’ll take a deeper look soon 🙏