Skip to content

Commit 7bbea75

Browse files
butler54claude
andcommitted
fix: increase kyverno background controller memory to 512Mi
The background controller crashes with leader election timeouts at the default 128Mi limit when processing multiple generate policies for cc_init_data propagation across namespaces. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 03ff51d commit 7bbea75

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

values-baremetal-gpu.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ clusterGroup:
259259
value: "false"
260260
- name: reportsController.enabled
261261
value: "false"
262+
- name: backgroundController.resources.limits.memory
263+
value: "512Mi"
264+
- name: backgroundController.resources.requests.memory
265+
value: "256Mi"
262266

263267
coco-kyverno-policies:
264268
name: coco-kyverno-policies

values-baremetal.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ clusterGroup:
232232
value: "false"
233233
- name: reportsController.enabled
234234
value: "false"
235+
- name: backgroundController.resources.limits.memory
236+
value: "512Mi"
237+
- name: backgroundController.resources.requests.memory
238+
value: "256Mi"
235239

236240
coco-kyverno-policies:
237241
name: coco-kyverno-policies

0 commit comments

Comments
 (0)