[operator] unknown workload kind: Node - outdated CRDs perhaps? #215
-
I ran operator 0.6.0 with trivy 0.12.0 a cluster wide, and ended up with two jobs that were created, with an associated scanner pod that successfully created a vulnerability report, but ended up with the following error related to an "unknown workload kind".
Oh, is this because the Vuln CRD needs to be updated, which is only updated on Here is the vulnerabilityreport according to the logs of the trivy scanner pod: https://pastebin.com/Tea9c0UR |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I've seen that as well and I believe it's related to pod ownership. Some pods in the To fix that we have to:
FYI For each scan Job we add labels that identify the owner. To confirm that you can run:
|
Beta Was this translation helpful? Give feedback.
-
I going to mark this one as answered because we have dedicate issue to solve this issue #234 |
Beta Was this translation helpful? Give feedback.
I going to mark this one as answered because we have dedicate issue to solve this issue #234