Unverified Commit dd9bca89 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #57252 from kawych/ms_res

Automatic merge from submit-queue (batch tested with PRs 57252, 57168). 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 CPU and memory requests for Metrics Server Nanny **What this PR does / why we need it**: Metrics Server Nanny is a sidecar container that performs small computations every 5 minutes to scale Metrics Server resource requirements when cluster size changes. This change reduces the CPU and memory requests to free up unused resource. **Release note**: ```release-note Free up CPU and memory requested but unused by Metrics Server Pod Nanny. ```
parents 77069573 bb159cf2
...@@ -62,8 +62,8 @@ spec: ...@@ -62,8 +62,8 @@ spec:
cpu: 100m cpu: 100m
memory: 300Mi memory: 300Mi
requests: requests:
cpu: 50m cpu: 5m
memory: 100Mi memory: 50Mi
env: env:
- name: MY_POD_NAME - name: MY_POD_NAME
valueFrom: valueFrom:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment