Bug 1905319
Summary: | cluster-samples-operator containers are not requesting required memory resource | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | W. Trevor King <wking> |
Component: | Samples | Assignee: | Gabe Montero <gmontero> |
Status: | CLOSED ERRATA | QA Contact: | XiuJuan Wang <xiuwang> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.7 | ||
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: OCP wide guidelines for control plane components now exist, mandating declaration of k8s resource requests for CPU and memory, as well as refraining from attempting to describe limits. Samples operator needed to become compliant with this guideline.
Consequence: If not addressed, samples operator would be deemed a non-compliant control plane resident, and could potentially hamper administrators maintenance of clusters.
Fix: While samples operator did not describe limits, and it already set requests for CPU, it was not doing so for memory. That was addressed.
Result: Samples operator is not compliant with respect to control plane component requirements around resource requests/limits for CPU and memory
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:40:33 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: |
Description
W. Trevor King
2020-12-08 03:14:16 UTC
Verified on 4.7.0-0.nightly-2020-12-09-012634 cluster. samples operator pod has requested memory and cpu. oc get pods cluster-samples-operator-5c6c6dcc77-7dz8d -o yaml | grep resource -B 1 -A 3 name: cluster-samples-operator resources: requests: cpu: 10m memory: 50Mi -- name: cluster-samples-operator-watch resources: requests: cpu: 10m memory: 50Mi 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement 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/RHSA-2020:5633 |