Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 48caf0c

Browse files
jorge07davidmccormick
authored andcommitted
Kube2iam resources adjustment (#1767)
For cluster of +50 nodes kube2iam is throttling all the time with current limits. This one add some more margin and also remove the cpu limits what cause a performance issue
1 parent 3be6c1a commit 48caf0c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

core/controlplane/config/templates/cloud-config-controller

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4854,11 +4854,10 @@ write_files:
48544854
name: http
48554855
resources:
48564856
limits:
4857-
cpu: 10m
4858-
memory: 32Mi
4857+
memory: 128Mi
48594858
requests:
4860-
cpu: 10m
4861-
memory: 32Mi
4859+
cpu: 100m
4860+
memory: 64Mi
48624861
securityContext:
48634862
privileged: true
48644863
- path: /srv/kubernetes/manifests/kube2iam-rbac.yaml

0 commit comments

Comments
 (0)