1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/docs/dev/controllers/policycache.md

12 lines
381 B
Markdown
Raw Normal View History

# Policy cache controller
## Attributes
This controller runs on all kyverno instances.
## Purpose
The policy cache controller watches instances of `Policy` and `ClusterPolicy` registered in the cluster and updates the policy cache accordingly.
The policy cache is used at admission time to lookup policies that need to be considered depending on the resource being processed.