Enhance Kyverno's performance by increasing Kubernetes client QPS and burst limits in values.yaml to prevent rate limiting issues under load. This adjustment aims to improve the stability of the Kyverno health lease during high API/etcd usage.
This commit is contained in:
@@ -8,3 +8,10 @@
|
|||||||
#
|
#
|
||||||
# Baseline Pod Security policies (separate chart): see policies-values.yaml + README.md
|
# Baseline Pod Security policies (separate chart): see policies-values.yaml + README.md
|
||||||
#
|
#
|
||||||
|
# Raise Kubernetes client QPS/burst so under API/etcd load Kyverno does not hit
|
||||||
|
# "client rate limiter Wait" / flaky kyverno-health lease (defaults are very low).
|
||||||
|
admissionController:
|
||||||
|
container:
|
||||||
|
extraArgs:
|
||||||
|
clientRateLimitQPS: 30
|
||||||
|
clientRateLimitBurst: 60
|
||||||
|
|||||||
Reference in New Issue
Block a user