Bug 1769302
| Summary: | should add download deployment resource limits | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | shahan <hasha> | |
| Component: | Management Console | Assignee: | Samuel Padgett <spadgett> | |
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.1.z | CC: | aos-bugs, jokerman, yapei | |
| Target Milestone: | --- | |||
| Target Release: | 4.2.z | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | No Doc Update | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1769375 (view as bug list) | Environment: | ||
| Last Closed: | 2019-11-19 13:49:01 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1769375 | |||
Targeting to 4.2.z for validation the previous fix to 4.2, then we'll clone to backport. No doc update as this was previously fixed in 4.2.0. $ oc get deployment downloads -n openshift-console -o yaml |grep "resources:" -A 3
resources:
requests:
cpu: 10m
memory: 50Mi
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.2.0-0.nightly-2019-11-05-111920 True False 31h Cluster version is 4.2.0-0.nightly-2019-11-05-111920
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-2019:3869 |
Description of problem: should add download deployment resource limits for 4.1 Version-Release number of selected component (if applicable): 4.1.0-0.nightly-2019-11-05-091918 How reproducible: Steps to Reproduce: 1. oc get deploy download -n openshift-console -o yaml |grep "resources:" -A 3 2. 3. Actual results: no this kind of resource limit Expected results: - resources: requests: cpu: 10m memory: 50Mi Additional info: