Bug 1777837
Summary: | [IPI][Baremetal] Infra pods reserve too many resources | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yossi Boaron <yboaron> |
Component: | Machine Config Operator | Assignee: | Yossi Boaron <yboaron> |
Status: | CLOSED ERRATA | QA Contact: | Eldar Weiss <eweiss> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 4.4 | CC: | asegurap, eweiss, rbartal, vvoronko, wsun |
Target Milestone: | --- | Flags: | yboaron:
needinfo-
|
Target Release: | 4.4.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 4.4 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-04 11:17:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Yossi Boaron
2019-11-28 12:23:35 UTC
The duplicated BZ is also for 4.4..0 release, Do we still need this one? or can we close it as duplicate? https://bugzilla.redhat.com/show_bug.cgi?id=1772440 https://bugzilla.redhat.com/show_bug.cgi?id=1772440 is for OSP case and this bug is for baremetal, so no duplication. Problem is resolved. How to verify: 1. login to a baremetal server that has OCP 4.4 installed 2. login to the provision host by using: ssh kni@provisionhost 3. view pods by using: oc get pods -n openshift-kni-infra 4. for each type of pod, check memory and CPU by using: oc get pod -n openshift-kni-infra keepalived-master-0.victor-cluster.qe.lab.redhat.com -o yaml | egrep "memory|cpu" see that the above details fit the limit for each pod in the above yaml. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581 |