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:
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
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