Skip to content

kyverno: raise CPU request and limits

Arturo Borrero Gonzalez requested to merge arturo-175-kyverno-raise-cpu-r into main

As of today, the CPU used by kyverno in these two components is constantly in the resource limit.

Put that value in the CPU request instead, and raise a bit the limit. This should help the cluster better understand this workload, when scheduling, etc.

Because raising the limit by 200m, this also gives kyverno a bit of more work power, lets see if the cluster can stand it.

Signed-off-by: Arturo Borrero Gonzalez aborrero@wikimedia.org

Merge request reports