failed to create registration token with error code 403 #2316
Unanswered
krontaladhanapal-equinix
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Getting 403 errors
I am using organization private key
Same key worked well in another cluster but when I created a new k8s cluster I get this error.
Getting this errors one after the other.
Please help to troubleshoot this.
2023-02-27T07:02:07Z DEBUG events Updating registration token failed {"type": "Warning", "object": {"kind":"Runner","namespace":"actions-runner-system","name":"k8s-runner-th8jl-zlpzv","uid":"bec33dbb-3f6c-4c70-9ca5-aa20cc28773e","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"6087054"}, "reason": "FailedUpdateRegistrationToken"}
2023-02-27T07:02:07Z ERROR runner Failed to get new registration token {"runner": "k8s-runner-th8jl-p6b7h", "error": "failed to create registration token: POST https://github.com/equinix-enterpriseapps/api/v3/orgs/equinix-enterpriseapps/actions/runners/registration-token: 403 []"}
github.com/actions/actions-runner-controller/controllers/actions%2esummerwind%2enet.(*RunnerReconciler).updateRegistrationToken
github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/runner_controller.go:446
github.com/actions/actions-runner-controller/controllers/actions%2esummerwind%2enet.(*RunnerReconciler).processRunnerCreation
github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/runner_controller.go:282
github.com/actions/actions-runner-controller/controllers/actions%2esummerwind%2enet.(*RunnerReconciler).Reconcile
github.com/actions/actions-runner-controller/controllers/actions.summerwind.net/runner_controller.go:137
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile
sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:121
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:320
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:273
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:234
2023-02-27T07:02:07Z DEBUG events Updating registration token failed {"type": "Warning", "object": {"kind":"Runner","namespace":"actions-runner-system","name":"k8s-runner-th8jl-p6b7h","uid":"91420e0d-0fab-46c3-a3c8-edab8f8204f4","apiVersion":"actions.summerwind.dev/v1alpha1","resourceVersion":"6087055"}, "reason": "FailedUpdateRegistrationToken"}
Beta Was this translation helpful? Give feedback.
All reactions