Bug 1771284

Summary: Unable to apply 4.2.2: the image may not be safe to use
Product: OpenShift Container Platform Reporter: Jaspreet Kaur <jkaur>
Component: Cluster Version OperatorAssignee: Abhinav Dahiya <adahiya>
Status: CLOSED DUPLICATE QA Contact: liujia <jiajliu>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.2.0CC: adahiya, aos-bugs, dahernan, jeff.li, jokerman
Target Milestone: ---Flags: jiajliu: needinfo+
Target Release: 4.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-12-17 23:49:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaspreet Kaur 2019-11-12 06:00:13 UTC
Description of problem: Unable to apply 4.2.2: the image may not be safe to use



# oc get clusterversion
NAME      VERSION   AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.2.0     True        True          7h4m    Unable to apply 4.2.2: the image may not be safe to use


# oc get clusterversion -o json|jq '.items[0].status.history'
[
  {
    "completionTime": null,
    "image": "quay.io/openshift-release-dev/ocp-release@sha256:dc782b44cac3d59101904cc5da2b9d8bdb90e55a07814df50ea7a13071b0f5f0",
    "startedTime": "2019-11-07T07:04:41Z",
    "state": "Partial",
    "verified": false,
    "version": "4.2.2"
  },
  {
    "completionTime": "2019-11-07T07:04:41Z",
    "image": "quay.io/openshift-release-dev/ocp-release@sha256:c5337afd85b94c93ec513f21c8545e3f9e36a227f55d41bc1dfb8fcc3f2be129",
    "startedTime": "2019-10-23T07:14:29Z",
    "state": "Completed",
    "verified": false,
    "version": "4.2.0"
  }
]

Version-Release number of the following components:
rpm -q openshift-ansible
rpm -q ansible
ansible --version

How reproducible:

Steps to Reproduce:
1.
2.
3.

Actual results:
Update not working

Expected results: Update should work

Additional info:
Please attach logs from ansible-playbook with the -vvv flag

Comment 6 Jeff Li 2019-12-02 20:35:59 UTC
I got the same error. 
Is there any updates?