Merge pull request #54996 from mwielgus/metadata-proxy

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Reduce metadata-proxy cpu requests to 30m

After the recent change enabling metadata-proxy in tests (https://github.com/kubernetes/kubernetes/pull/54150) we started seeing problems with scheduling cluster autoscaler on master. Metadata-proxy eats all of the available space leaving nothing for CA to run on. 

This PR reduces the cpu requests for metadata-proxy allowing other components to fit in.

cc: @kubernetes/sig-autoscaling-bugs
This commit is contained in:
Kubernetes Submit Queue 2017-11-02 18:08:10 -07:00 committed by GitHub
commit 63c409727c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,10 +47,10 @@ spec:
resources:
requests:
memory: "32Mi"
cpu: "50m"
cpu: "30m"
limits:
memory: "32Mi"
cpu: "50m"
cpu: "30m"
volumeMounts:
- name: config-volume
mountPath: /etc/nginx/