mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
* docs: separate dev and user docs Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * fix Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
11 lines
381 B
Markdown
11 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.
|