Bug 1771284 - Unable to apply 4.2.2: the image may not be safe to use
Summary: Unable to apply 4.2.2: the image may not be safe to use
Keywords:
Status: CLOSED DUPLICATE of bug 1766907
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cluster Version Operator
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.4.0
Assignee: Abhinav Dahiya
QA Contact: liujia
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-12 06:00 UTC by Jaspreet Kaur
Modified: 2023-03-24 15:59 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-17 23:49:00 UTC
Target Upstream Version:
Embargoed:
jiajliu: needinfo+


Attachments (Terms of Use)

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?


Note You need to log in before you can comment on or make changes to this bug.