Bug 1728639

Summary: 4.2 nightly payload installation always met "failed to initialize the cluster: Cluster operator operator-lifecycle-manager-packageserver is still updating"
Product: OpenShift Container Platform Reporter: Xingxing Xia <xxia>
Component: OLMAssignee: Evan Cordell <ecordell>
OLM sub component: OLM QA Contact: Jian Zhang <jiazha>
Status: CLOSED DUPLICATE Docs Contact:
Severity: high    
Priority: high Keywords: TestBlocker
Version: 4.2.0   
Target Milestone: ---   
Target Release: 4.2.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-07-11 01:34:02 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:
Bug Depends On:    
Bug Blocks: 1726370    

Description Xingxing Xia 2019-07-10 10:44:08 UTC
Description of problem:
4.2 nightly payload installation always met "failed to initialize the cluster: Cluster operator operator-lifecycle-manager-packageserver is still updating"

Version-Release number of selected component (if applicable):
4.2.0-0.nightly-2019-07-10-062553
...
4.2.0-0.nightly-2019-07-09-024603 etc.

How reproducible:
Always

Steps to Reproduce:
1. Install IPI env with latest 4.2 nightly payload
2.
3.

Actual results:
1. Always met above error, see the installation log: https://openshift-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/Launch%20Environment%20Flexy/63240/console :
...
level=debug msg="Still waiting for the cluster to initialize: Working towards 4.2.0-0.nightly-2019-07-09-024603: 99% complete"
level=debug msg="Still waiting for the cluster to initialize: Working towards 4.2.0-0.nightly-2019-07-09-024603: 99% complete, waiting on authentication, operator-lifecycle-manager-packageserver"
level=debug msg="Still waiting for the cluster to initialize: Working towards 4.2.0-0.nightly-2019-07-09-024603: 99% complete, waiting on authentication, operator-lifecycle-manager-packageserver"
level=debug msg="Still waiting for the cluster to initialize: Some cluster operators are still updating: authentication, operator-lifecycle-manager-packageserver"
level=debug msg="Still waiting for the cluster to initialize: Working towards 4.2.0-0.nightly-2019-07-09-024603: 100% complete, waiting on operator-lifecycle-manager-packageserver"
level=debug msg="Still waiting for the cluster to initialize: Cluster operator operator-lifecycle-manager-packageserver is still updating"
level=fatal msg="failed to initialize the cluster: Cluster operator operator-lifecycle-manager-packageserver is still updating"


Expected results:
1. Success

Additional info:
https://openshift-release.svc.ci.openshift.org/releasestream/4.2.0-0.nightly/release/4.2.0-0.nightly-2019-07-10-062553 , click "aws Failed" link (
https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-4.2/137 job) also met the error

Comment 1 Xingxing Xia 2019-07-10 10:48:16 UTC
Blocks bug/story testings that require latest 4.2 night payload

Comment 2 Jian Zhang 2019-07-11 01:34:02 UTC
This is an expected status since one of OLM pods crashed, close it. Feel free to reopen it if you have other concerns. Thanks!
```
mac:bugs jianzhang$ oc get pods -n openshift-operator-lifecycle-manager 
NAME                                READY   STATUS             RESTARTS   AGE
catalog-operator-5664b99598-krd85   1/1     Running            0          24h
olm-operator-654c658467-vnf7h       1/1     Running            0          24h
olm-operators-fq7mb                 0/1     CrashLoopBackOff   292        24h

*** This bug has been marked as a duplicate of bug 1728223 ***