Validation on managed resources #1768
rdavyd
started this conversation in
Feature and Design Ideas
Replies: 1 comment 5 replies
-
|
Hi @rdavyd - Kyverno already manages that for you, it generates rules for pod controllers automatically, see doc. You can check these rules by |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've created the following simple policy:
It does not work for Pods that are created by some controller, for example, deployment.
In logs I see the following:
The question is if I can adjust this kyverno behavior to allow/disallow validation on managed resources?
Question is related to some mutating webhooks (non-kyverno) that mutate Pod manifests that are created by Deployment, daemonset etc. controllers. And I would like to validate that mutation.
Beta Was this translation helpful? Give feedback.
All reactions