We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f539bb5 + f84e807 commit 452ba85Copy full SHA for 452ba85
1 file changed
config/manager/manager.yaml
@@ -50,9 +50,12 @@ spec:
50
resources:
51
limits:
52
cpu: 500m
53
- memory: 512Mi
+ # 512Mi was too small for the cold-start informer cache spike on
54
+ # large clusters (cluster-wide Secret/ConfigMap/Namespace caches),
55
+ # causing OOMKilled crash-loops on a fresh pod. Bumped for headroom.
56
+ memory: 2Gi
57
requests:
58
cpu: 100m
- memory: 128Mi
59
+ memory: 512Mi
60
serviceAccountName: controller-manager
61
terminationGracePeriodSeconds: 10
0 commit comments