Bug 1812709
Summary: | Default openshift install requests too many CPU resources to install all components, requests of components on cluster are wrong | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Clayton Coleman <ccoleman> | |
Component: | Installer | Assignee: | Clayton Coleman <ccoleman> | |
Installer sub component: | openshift-installer | QA Contact: | weiwei jiang <wjiang> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | urgent | |||
Priority: | urgent | CC: | adahiya, alpatel, bparees, esimard, jialiu, rphillips, wking | |
Version: | 4.4 | |||
Target Milestone: | --- | |||
Target Release: | 4.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1812583 | |||
: | 1821291 (view as bug list) | Environment: | ||
Last Closed: | 2020-05-04 11:45:48 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1812583 | |||
Bug Blocks: | 1820432, 1822770 |
Description
Clayton Coleman
2020-03-11 22:33:14 UTC
*** Bug 1814048 has been marked as a duplicate of this bug. *** This bug should currently bring back everything from bug 1812583 that is applicable to 4.4 except for cluster-network-operator#530 which is being handled for 4.4 in https://bugzilla.redhat.com/show_bug.cgi?id=1821291#c1 Checked with 4.4.0-0.nightly-2020-04-22-215658 and now the requests on each master are less than 3 cores, so move to verified. $ oc describe nodes -l node-role.kubernetes.io/master= | grep -i Allocated -A 5 Allocated resources: (Total limits may be over 100 percent, i.e., overcommitted.) Resource Requests Limits -------- -------- ------ cpu 2139m (28%) 0 (0%) memory 5589Mi (37%) 512Mi (3%) -- Allocated resources: (Total limits may be over 100 percent, i.e., overcommitted.) Resource Requests Limits -------- -------- ------ cpu 2114m (28%) 0 (0%) memory 5629Mi (37%) 512Mi (3%) -- Allocated resources: (Total limits may be over 100 percent, i.e., overcommitted.) Resource Requests Limits -------- -------- ------ cpu 2369m (31%) 0 (0%) memory 7019Mi (47%) 512Mi (3%) And also for workers. $ oc describe nodes -l node-role.kubernetes.io/worker= | grep -i Allocated -A 5 Allocated resources: (Total limits may be over 100 percent, i.e., overcommitted.) Resource Requests Limits -------- -------- ------ cpu 984m (13%) 300m (4%) memory 3737Mi (25%) 587Mi (3%) -- Allocated resources: (Total limits may be over 100 percent, i.e., overcommitted.) Resource Requests Limits -------- -------- ------ cpu 1281m (17%) 100m (1%) memory 3627Mi (24%) 537Mi (3%) -- Allocated resources: (Total limits may be over 100 percent, i.e., overcommitted.) Resource Requests Limits -------- -------- ------ cpu 989m (13%) 300m (4%) memory 3667Mi (24%) 587Mi (3%) 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 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |