Reconciler error #3552
Replies: 1 comment
-
Closing the question per #3562 |
Beta Was this translation helpful? Give feedback.
0 replies
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,
I am running into a problem installing the runner scaleset version 0.9.2. I have installed the runner controller 0.9.2; when I install the runner scaleset, the controller is throwing these errors (and no runner pod is getting created):
2024-05-31T22:07:05Z ERROR AutoscalingRunnerSet Failed to update autoscaling runner set with finalizer added {"version": "0.9.2", "autoscalingrunnerset": {"name":"my-runner-scaleset","namespace":"my-namespace"}, "error": "autoscalingrunnersets.actions.github.com \"my-runner-scaleset\" not found"} github.com/actions/actions-runner-controller/controllers/actions%2egithub%2ecom.(*AutoscalingRunnerSetReconciler).Reconcile github.com/actions/actions-runner-controller/controllers/actions.github.com/autoscalingrunnerset_controller.go:182 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:119 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:316 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2 sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227 2024-05-31T22:07:05Z ERROR Reconciler error {"controller": "autoscalingrunnerset", "controllerGroup": "actions.github.com", "controllerKind": "AutoscalingRunnerSet", "AutoscalingRunnerSet": {"name":"my-runner-scaleset","namespace":"my-namespace"}, "namespace": "my-namespace", "name": "my-runner-scaleset", "reconcileID": "ac974287-9a8c-4477-bf87-78713c03104d", "error": "autoscalingrunnersets.actions.github.com \"my-runner-scaleset\" not found"} sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:329 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:266 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2 sigs.k8s.io/controller-runtime@v0.16.3/pkg/internal/controller/controller.go:227
I'm not experiencing any such problems running version 0.9.0 of the controller and runner scale set. This only happens when I try to upgrade to 0.9.1 or 0.9.2 from 0.9.0
Please advise.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions