-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated cherry pick of #57192: Reduce CPU request of Dasboard addon #57551
Automated cherry pick of #57192: Reduce CPU request of Dasboard addon #57551
Conversation
/assign @mbohlool /unassign @jbeda |
/test pull-kubernetes-unit |
/lgtm |
Is this fixing a bug or issue? I can't find a related issue. Also What is the user impact and why it is important to cherry pick this into 1.9? |
/test pull-kubernetes-e2e-kops-aws |
@kawych @mikedanese @piosz @bryk (cc'ed people from parent PR) This cherrypick is inactive for 11 days. The deadline for 1.9.1 cherry pick approvals is today. Please update the PR with the answer to these questions:
Also tests are failing. |
Analogously to #57462, the problem is that resource requirements are set too high for some addons (Dashboard in this case). This is in the context of new addons, i.e. Metrics Server that was introduced in 1.8, Metadata Agent introduced in 1.9 (now disabled by default). On small clusters the addons are using up increasing fraction of resources (the biggest effect is visible on 1-node clusters), this PR aims to mitigate that. As discussed with @bryk this change is safe for Kubernetes Dashboard. User impact of this bug:
|
/retest |
/retest |
@kawych thanks for explanation. The PR still needs approval from anyone in this list: https://github.com/kubernetes/kubernetes/blob/master/cluster/OWNERS I will approve it for cherrypick but please find somebody from that list to approve it. |
/retest |
I think I had some power to approve this as an exception. The change looks simple and I trust the approval on parent PR. |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: kawych, x13n Associated issue: #57192 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
Cherry pick of #57192 on release-1.9.
#57192: Reduce CPU request of Dasboard addon
Release note: