Bug 2015327 - hostpath-provisioner pods do not have any resources.requests values set up
Summary: hostpath-provisioner pods do not have any resources.requests values set up
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Storage
Version: 4.10.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 4.10.0
Assignee: Alexander Wels
QA Contact: Yan Du
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-10-18 23:24 UTC by Debarati Basu-Nag
Modified: 2022-03-16 15:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-16 15:56:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github kubevirt hostpath-provisioner-operator pull 175 0 None open Allow usage of PVCTemplate as storage pool source. 2021-12-01 19:45:28 UTC
Red Hat Product Errata RHSA-2022:0947 0 None None None 2022-03-16 15:56:20 UTC

Description Debarati Basu-Nag 2021-10-18 23:24:56 UTC
Description of problem: Hostpath provisioner pods are missing resources.requests values


Version-Release number of selected component (if applicable):
CNV 4.10.0-194

How reproducible:
100%

Steps to Reproduce:
1. Run kubectl get pod <hostpath-provisioner_pod_name> -n openshift-cnv -o yaml
2. Check spec.containers[0].resources is empty
3.

Actual results:
 name: hostpath-provisioner
    resources: {}


Expected results:
Appropriate resources.requests fields should be populated

Additional info:

Comment 1 Yan Du 2021-12-08 03:13:21 UTC
Test on CNV-4.10.0-431, hostpath provisioner v4.10.0-38, issue have been fixed.

$ oc get pod hostpath-provisioner-wkspv -n openshift-cnv -o yaml
--------8<-------------
    resources:
      requests:
        cpu: 10m
        memory: 150Mi

Comment 6 errata-xmlrpc 2022-03-16 15:56:11 UTC
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.10.0 Images security and 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/RHSA-2022:0947


Note You need to log in before you can comment on or make changes to this bug.