Description of problem: The shared-resource-csi-driver-node uses imagePullPolicy as "Always" Version-Release number of selected component (if applicable): 4.10.0-0.nightly-2021-11-02-121455 How reproducible: Always Steps to Reproduce: 1. Set up Azure cluster 2. Install Azure-file CSI Driver with enable the feature gate 3. check shared-resource-csi-driver-node pod in openshift-cluster-csi-drivers namespace $ oc get pod shared-resource-csi-driver-node-4phdh -o yaml | grep imagePullPolicy imagePullPolicy: IfNotPresent imagePullPolicy: Always Actual results: One container uses imagePullPolicy as "Always" Expected results: The imagePullPolicy should be "IfNotPresent"
Using policy "IfNotPresent" is required for OCP.
Changes looks good to me as per my verification with Azure cluster within namespace openshift-cluster-csi-drivers $ oc get pod shared-resource-csi-driver-node-4w4wc -o yaml | grep imagePullPolicy f:imagePullPolicy: {} f:imagePullPolicy: {} imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent @jitsingh Could you please move the state to verified.
VERIFIED
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.10.3 security 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:0056