Bug 1931519
Summary: | [CNV-2.5] Manifests in openshift-cnv missing resource requirements - Virt | |||
---|---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Jordi Gil <jgil> | |
Component: | Virtualization | Assignee: | aschuett <aschuett> | |
Status: | CLOSED ERRATA | QA Contact: | Israel Pinto <ipinto> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 2.5.3 | CC: | cnv-qe-bugs, fdeutsch, kbidarka, sgott | |
Target Milestone: | --- | |||
Target Release: | 4.8.0 | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | hco-bundle-registry-container-v4.8.0-347 virt-operator-container-v4.8.0-58 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1935217 1935218 1935219 (view as bug list) | Environment: | ||
Last Closed: | 2021-07-27 14:27:59 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: | 1935217, 1935218, 1935219 |
Description
Jordi Gil
2021-02-22 15:45:37 UTC
I have created a PR to address adding resource requests on kubevirt resources. https://github.com/kubevirt/kubevirt/pull/5423 What is the end goal for this bug? Do we want the scheduler to be able to more intelligently schedule our resources? If we also want/need resource limits sets, what do we gain from that? My fear is any limit that is chosen is a best guess and is not applicable to all configuration of clusters. At best the limit would be unobtrusive and at worst it could render the kubevirt system inoperable. To verify: Note that resource requests are present on kubevirt infrastructure pods. e.g. virt-controller, virt-api, virt-handler Verify with: virt-operator-container-v4.8.0-58 # oc describe deployment virt-api -n openshift-cnv | grep -A 2 Requests: Requests: cpu: 5m memory: 150Mi # oc describe deployment virt-controller -n openshift-cnv | grep -A 2 Requests: Requests: cpu: 10m memory: 150Mi # oc describe deployment virt-operator -n openshift-cnv | grep -A 2 Requests: Requests: cpu: 10m memory: 150Mi # oc describe ds virt-handler -n openshift-cnv | grep -A 2 Requests: Requests: cpu: 10m memory: 230Mi 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 Virtualization 4.8.0 Images), 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-2021:2920 |