-
Bug
-
Resolution: Done
-
Undefined
-
0.3.0
-
None
-
None
-
False
-
-
False
-
-
-
No
2024-06-06T15:42:30Z ERROR Reconciler error {"controller": "uiplugin", "controllerGroup": "observability.openshift.io", "controllerKind": "UIPlugin", "UIPlugin": {"name":"troubleshootingpanel"} , "namespace": "", "name": "troubleshootingpanel", "reconcileID": "48fa7e60-f276-4194-a573-8147e6a9b20f", "error": "no compatible image found for plugin type TroubleshootingPanel and cluster version v4.16.0-0.nightly-2024-06-06-064349"} sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler /go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:329 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem /go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:266 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2 /go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:227
Step to Reproduce:
1) deploy korre8r
2) deploy CCO
3) create troubleshootingpanel ui plugin
oc get uiplugin troubleshootingpanel -o yaml apiVersion: observability.openshift.io/v1alpha1 kind: UIPlugin metadata: creationTimestamp: "2024-06-06T15:42:10Z" generation: 1 name: troubleshootingpanel resourceVersion: "89581" uid: db0a2712-c8f1-4028-ab44-48045c52caa2 spec: troubleshootingPanel: korrel8r: name: korrel8r namespace: korrel8r type: TroubleshootingPanel
Actual result:
2024-06-06T15:47:37Z INFO observability-ui Reconciling observability UI plugin {"plugin": {"name":"troubleshootingpanel"}}
2024-06-06T15:47:37Z ERROR observability-ui failed to reconcile plugin {"plugin":
, "error": "no compatible image found for plugin type TroubleshootingPanel and cluster version v4.16.0-0.nightly-2024-06-06-064349"}
github.com/rhobs/observability-operator/pkg/controllers/uiplugin.resourceManager.Reconcile
/workspace/pkg/controllers/uiplugin/controller.go:160
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:119
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:316
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:266
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:227
2024-06-06T15:47:37Z ERROR Reconciler error {"controller": "uiplugin", "controllerGroup": "observability.openshift.io", "controllerKind": "UIPlugin", "UIPlugin":
, "namespace": "", "name": "troubleshootingpanel", "reconcileID": "71270ef3-023a-40a6-8018-5e02f6f7cfaf", "error": "no compatible image found for plugin type TroubleshootingPanel and cluster version v4.16.0-0.nightly-2024-06-06-064349"}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:329
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:266
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.3/pkg/internal/controller/controller.go:227
- links to
-
RHEA-2024:131884 Cluster Observability Operator 0.3 for OpenShift