Bug 1986166
Summary: | kube-apiserver initContainer setup is not requesting required resources: cpu, memory | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Luis Sanchez <sanchezl> | |
Component: | kube-apiserver | Assignee: | Luis Sanchez <sanchezl> | |
Status: | CLOSED ERRATA | QA Contact: | Xingxing Xia <xxia> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 4.7 | CC: | aos-bugs, kewang, mfojtik, sttts, wking, xxia | |
Target Milestone: | --- | |||
Target Release: | 4.8.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | LifecycleReset | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1905326 | |||
: | 1986167 (view as bug list) | Environment: | ||
Last Closed: | 2021-08-03 06:10:24 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: | 1905326 | |||
Bug Blocks: | 1986167 |
Description
Luis Sanchez
2021-07-26 19:58:46 UTC
The LifecycleStale keyword was removed because the bug moved to QE. The bug assignee was notified. Tested in 4.8.3: oc get po -n openshift-kube-apiserver kube-apiserver-ip-10-0-56-161.us-east-2.compute.internal -o yaml ... initContainers: - args: ... name: setup resources: requests: cpu: 5m memory: 50Mi The init container sets requests. 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 (OpenShift Container Platform 4.8.3 bug fix update), 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-2021:2896 |