Hide Forgot
Image pull policy of ASB operator should use 'ifNotPresent' Description of problem: Image pull policy of ASB operator should use 'ifNotPresent' to avoid deploy failed while lost image server, it is using 'Always'. Refer bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1686896 https://bugzilla.redhat.com/show_bug.cgi?id=1685232 Version-Release number of selected component (if applicable): $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.0.0-0.nightly-2019-03-15-063749 True False 14h Cluster version is 4.0.0-0.nightly-2019-03-15-063749 How reproducible: Always Steps to Reproduce: $ oc get po automation-broker-operator-d8f49f84d-xdtwg -o yaml | grep -i imagePullPolicy imagePullPolicy: Always Expected results: Image pull policy of ASB operator should use 'ifNotPresent' addition info: None.
Which CSV was used to deploy ASB.
PR: https://github.com/openshift/ansible-service-broker/pull/1191
$ oc get csv NAME DISPLAY VERSION REPLACES PHASE automationbrokeroperator.v0.2.0 Automation Broker Operator 0.2.0 Succeeded
@Zihan, Could you help to confirm this changes in your downstream testing? Thanks.
Verified ose-ansible-service-broker-operator:v4.1.0-201905051700 image: image-registry.openshift-image-registry.svc:5000/openshift/ose-ansible-service-broker-operator:v4.1.0-201905051700 imagePullPolicy: IfNotPresent
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, 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/RHBA-2019:0758