error: no kind "Runner" is registered for version "actions.summerwind.dev/v1alpha1" in scheme "pkg/scheme/scheme.go:28" #1641
Replies: 3 comments
-
Hey! First, Second,
This basically means you have an incorrect github app creds configured for ARC. Please follow https://github.com/actions-runner-controller/actions-runner-controller#deploying-using-github-app-authentication, or just go ahead with your PAT which might be easier to set up! Third, even though you reported you're using the chart version |
Beta Was this translation helpful? Give feedback.
-
This isn't a bug (or more strictly speaking, it looks much more like a configuration or usage issue, rather than a reproducible bug) and we're using Discussions for user support. Please let me move this to Discussions so that the community could help you get onboarded 🙏 |
Beta Was this translation helpful? Give feedback.
-
We're locking this discussion because it has not had recent activity and/or other members have asked for more information to assist you but received no response. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
-
Controller Version
0.25.1
Helm Chart Version
0.20.1
CertManager Version
1.8.2
Deployment Method
Helm
cert-manager installation
Step 1:-
helm repo add jetstack https://charts.jetstack.io
Step 2:- helm repo update
Step 3:- helm install
cert-manager jetstack/cert-manager
--namespace cert-manager
--create-namespace
--version v1.8.2
--set installCRDs=true
Checks
Resource Definitions
To Reproduce
Describe the bug
Trying this at GHEC GitHub Enterprise Cloud, have successfully done this on GitHub.com several time but for GHEC facing this issue !!!
At the time of deploying the runner.yaml file, for deploying the runner getting this error,
error: no kind "Runner" is registered for version "actions.summerwind.dev/v1alpha1" in scheme "pkg/scheme/scheme.go:28"
-> We can see the runner.actions.summerwind.dev/example-runner configured
![image](https://user-images.githubusercontent.com/105533483/178657690-5d995eba-72bd-4657-b83a-786504d08b66.png)
-> But no pod to be found
![image](https://user-images.githubusercontent.com/105533483/178657771-8bf23e8b-a966-48c9-8e82-5d10cffa8ca3.png)
-> when checked kubectl get runners got this
![image](https://user-images.githubusercontent.com/105533483/178657875-3d1b37dc-fdf3-4d3b-b38b-959c06fafb4b.png)
-> checking the log of runner deployment got this
![image](https://user-images.githubusercontent.com/105533483/178657947-7da3b85c-bed7-4938-adbb-1cac0a002656.png)
Describe the expected behavior
The Runner pod should have appeared and registered to Github organization
Controller Logs
Runner Pod Logs
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions