compliantkubernetes-apps
compliantkubernetes-apps copied to clipboard
starboard-operator - Reconciler error
Describe the bug
starboard-operator is throwing an error:
{"level":"error","ts":1669636274.1971748,"logger":"controller.job","msg":"Reconciler error","reconciler group":"batch","reconciler kind":"Job","name":"scan-vulnerabilityreport-75f9d4f95d","namespace":"monitoring","error":"unexpected EOF","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227"}
Deleting the scan job doesn't fix the issue.
To Reproduce Steps to reproduce the behaviour:
- Check the logs for starboard-operator and see if it fails.
Expected behaviour The operator not to fail.
Version (add all relevant versions):
- Compliant kubernetes apps version v0.26.3
Definitions of Done
- issue is fixed or mitigations steps are created