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

Commit

Permalink
Kube2iam resources adjustment (#1767)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jorge07 authored and davidmccormick committed Nov 18, 2019
1 parent 3be6c1a commit 48caf0c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions core/controlplane/config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -4854,11 +4854,10 @@ write_files:
name: http
resources:
limits:
cpu: 10m
memory: 32Mi
memory: 128Mi
requests:
cpu: 10m
memory: 32Mi
cpu: 100m
memory: 64Mi
securityContext:
privileged: true
- path: /srv/kubernetes/manifests/kube2iam-rbac.yaml
Expand Down

0 comments on commit 48caf0c

Please sign in to comment.