-
Notifications
You must be signed in to change notification settings - Fork 462
ovirt: reduce static pods mem/cpu requirements #1298
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
Conversation
|
/retest |
|
/retest |
4 similar comments
|
/retest |
|
/retest
|
|
/retest |
|
/retest |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
This has 2 effects: better resource controll and it makes the qosClass of the pod to be Burstable and not BestEffort Signed-off-by: Roy Golan <rgolan@redhat.com>
|
/retest |
1 similar comment
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ericavonb, rgolangh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- What I did
Set much lower resources request by the static coredns, mdns publisher, and keepalived.
- How to verify it
Run IPI installation of oVirt, 3 master (all of them use those static pods) and 2 workers (uses coredns, mdns publisher) see the install complete, cluster is fully operational, the static pods works with no hiccups.
- Description for the changelog
Set much lower resources request by the static coredns, mdns publisher, and keepalived.
Those static pods requested way too much resources, adding pressure on the nodes and sometimes causing pods to be killed by the OOM manager.