Multiple Reconcilation Errors #7413
Closed
jjvasquezv
started this conversation in
Adopters
Replies: 2 comments 2 replies
-
@jjvasquezv thanks for the report. I'll take a look at this issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jjvasquezv it looks like there is the same problem in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to deploy the trivy operator on a kubernetes cluster in Ms Azure AKS. The installation has been executed using kubectl with the following command:
kubectl apply -f https://raw.githubusercontent.com/aquasecurity/trivy-operator/v0.22.0/deploy/static/trivy-operator.yaml
As a result a new namespace has been created and the deployment, pod and containers have been successfully created and started. However, the reports have not been generated and there are multiple reconciliation errors in the deployment.
Ex:
"Reconciler error","controller":"node","controllerGroup":"","controllerKind":"Node","Node":{"name":"aks-nodepool1-19115329-vmss00000i"},"namespace":"","name":"aks-nodepool1-19115329-vmss00000i","reconcileID":"27fa2053-2b1d-499b-a3a2-ae9d77862766","error":"creating job: no compliance commands found","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/home/runner/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:324\nsigs.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:261\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:222"}
Any suggestion? I'm just following the trivy operator documentation at https://aquasecurity.github.io/trivy-operator/latest/getting-started/installation/kubectl/
Beta Was this translation helpful? Give feedback.
All reactions