-
Notifications
You must be signed in to change notification settings - Fork 366
Open
Labels
Description
Bug description
When running build from git source, I've bumped in the following error:
camel-k-operator-6d477f77b-2px7c camel-k-operator {"level":"error","ts":"2025-12-13T09:11:06Z","msg":"Reconciler error","controller":"build-controller","controllerGroup":"camel.apache.org","controllerKind":"Build","Build":{"name":"sample","namespace":"default"},"namespace":"default","name":"sample","reconcileID":"cea32cb5-ef4b-4d17-ab8a-e47afc7020ad","error":"builds.camel.apache.org \"sample\" not found","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler\n\tsigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:474\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem\n\tsigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:421\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func1.1\n\tsigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:296"}
It is transient, as the build continues correctly, but we should have a look and clear.
Camel K or runtime version
No response