-
Bug
-
Resolution: Won't Do
-
Major
-
OADP 1.2.3
-
1
-
False
-
-
False
-
oadp-operator-bundle-container-1.2.4-15
-
ToDo
-
-
-
0
-
0.000
-
Very Likely
-
0
-
None
-
Unset
-
Unknown
-
No
Description of problem:
openshift-adp-controller-manager deployment uses imagePullPolicy: Always . To allow the pod starting in the absence of a registry or speed up the operator startup the operator should use IfNotPresent imagePullPolicy.
Version-Release number of selected component (if applicable):
oadp-operator.v1.2.4
Steps to Reproduce:
oc -n openshift-adp get deploy openshift-adp-controller-manager -o yaml | grep imagePullPolicy
Actual results:
imagePullPolicy: Always
Expected results:
imagePullPolicy: IfNotPresent