Process PDB policies #1972
-
|
Hello, I deployed Trivy Operator 0.20.6 with Trivy 0.18.5 on K8S 1.29. So far, so good. It is located in configmap If I run the command manually, it is able to detect the PDB and process the policy: But this policy does not work when is part of the Trivy Operator configMap When I check the trivy-operator pod logs I see there controllers for e.g. Am I missing any configuration? How to set the trivy operator to also process policies for PDBs? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
One more point.... In inserted into the I see the FOO and BAR results: But I don't see the PDBTEST result. It looks like Trivy does not read the 'PodDisruptionBudget' even if it is in the configured Kinds: Is there a way how to configure trivy-operator to read PodDisruptionBudget kind? |
Beta Was this translation helpful? Give feedback.
-
|
Regarding the discussion with @chen-keinan only the following kinds are supported: Currently, there are no plans to add any other kinds to this list. Thank you @chen-keinan for clarification. |
Beta Was this translation helpful? Give feedback.
Regarding the discussion with @chen-keinan only the following kinds are supported:
Currently, there are no plans to add any other kinds to this list.
Thank you @chen-keinan for clarification.