mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 07:57:07 +00:00
12 lines
381 B
Markdown
12 lines
381 B
Markdown
|
# 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.
|