Bug 1836905 - failed: couldn't find queue operatorname for event: {update }
Summary: failed: couldn't find queue operatorname for event: {update }
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: OLM
Version: 4.2.z
Hardware: x86_64
OS: Linux
high
high
Target Milestone: ---
: 4.4.z
Assignee: Nick Hale
QA Contact: kuiwang
URL:
Whiteboard: backport-to: 4.2
Depends On: 1834136
Blocks: 1840939
TreeView+ depends on / blocked
 
Reported: 2020-05-18 13:06 UTC by Nick Hale
Modified: 2020-06-17 22:26 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Cause: Garbage collection resource event queue wasn't configured correctly. Consequence: Cluster-scoped resources generated for operators managed by OLM are never cleaned up when the operator is uninstalled. Fix: Reconfigure garbage collection queues to be hit for owner labels referencing any namespace. Result: Cluster-scoped resources generated for operators managed by OLM are cleaned up when the operator is uninstalled.
Clone Of: 1834136
Environment:
Last Closed: 2020-06-17 22:26:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github operator-framework operator-lifecycle-manager pull 1528 0 None closed Bug 1836905: fix(queues): use a single gc queue 2021-02-08 06:23:36 UTC
Red Hat Product Errata RHBA-2020:2445 0 None None None 2020-06-17 22:26:53 UTC

Comment 4 kuiwang 2020-05-28 07:40:17 UTC
Verify it on 4.4 cluster. LGTM

--
kuiwang@Kuis-MacBook-Pro 1836905 % oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.4.0-0.nightly-2020-05-28-010808   True        False         6m43s   Cluster version is 4.4.0-0.nightly-2020-05-28-010808
kuiwang@Kuis-MacBook-Pro 1836905 % oc get pod -n openshift-operator-lifecycle-manager
NAME                               READY   STATUS    RESTARTS   AGE
catalog-operator-8f76977f9-sz9kl   1/1     Running   0          24m
olm-operator-6cdb5c4744-v9548      1/1     Running   0          24m
packageserver-648dc4d6d7-chpl8     1/1     Running   0          17m
packageserver-648dc4d6d7-d4rkn     1/1     Running   0          17m
kuiwang@Kuis-MacBook-Pro 1836905 % oc exec olm-operator-6cdb5c4744-v9548 -n openshift-operator-lifecycle-manager -- olm --version
OLM version: 0.14.2
git commit: fd7b441b97900f5a7a01c53648b299a790462a24
kuiwang@Kuis-MacBook-Pro 1836905 % cat sub-knative-event.yaml
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
  name: knative-eventing-operator-test
  namespace: openshift-operators
spec:
  channel: alpha
  installPlanApproval: Automatic
  name: knative-eventing-operator
  source: community-operators
  sourceNamespace: openshift-marketplace
  startingCSV: knative-eventing-operator.v0.13.0
kuiwang@Kuis-MacBook-Pro 1836905 % oc apply -f sub-knative-event.yaml
subscription.operators.coreos.com/knative-eventing-operator-test created
kuiwang@Kuis-MacBook-Pro 1836905 % oc get csv -n openshift-operators
NAME                                DISPLAY                     VERSION   REPLACES   PHASE
knative-eventing-operator.v0.13.0   Knative Eventing Operator   0.13.0               Installing
kuiwang@Kuis-MacBook-Pro 1836905 % oc get csv -n openshift-operators
NAME                                DISPLAY                     VERSION   REPLACES   PHASE
knative-eventing-operator.v0.13.0   Knative Eventing Operator   0.13.0               Succeeded
kuiwang@Kuis-MacBook-Pro 1836905 % oc get sub -n openshift-operators
NAME                             PACKAGE                     SOURCE                CHANNEL
knative-eventing-operator-test   knative-eventing-operator   community-operators   alpha
kuiwang@Kuis-MacBook-Pro 1836905 % oc get clusterrolebinding |grep knative-eventing-operator
knative-eventing-operator.v0.13.0-pv2ts-knative-eventing-o4kpd9                   59s
kuiwang@Kuis-MacBook-Pro 1836905 % oc get clusterrolebinding  knative-eventing-operator.v0.13.0-pv2ts-knative-eventing-o4kpd9 -o yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
  creationTimestamp: "2020-05-28T07:29:30Z"
  labels:
    olm.owner: knative-eventing-operator.v0.13.0
    olm.owner.kind: ClusterServiceVersion
    olm.owner.namespace: openshift-operators
  name: knative-eventing-operator.v0.13.0-pv2ts-knative-eventing-o4kpd9
  resourceVersion: "21977"
  selfLink: /apis/rbac.authorization.k8s.io/v1/clusterrolebindings/knative-eventing-operator.v0.13.0-pv2ts-knative-eventing-o4kpd9
  uid: b0f95532-4fb4-4c5f-94d8-7512467514d5
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: ClusterRole
  name: knative-eventing-operator.v0.13.0-pv2ts
subjects:
- kind: ServiceAccount
  name: knative-eventing-operator
  namespace: openshift-operators
kuiwang@Kuis-MacBook-Pro 1836905 % oc get ClusterRole |grep knative-eventing-operator
knative-eventing-operator.v0.13.0-dnncj                                102s
knative-eventing-operator.v0.13.0-pv2ts                                102s
kuiwang@Kuis-MacBook-Pro 1836905 % oc get ClusterRole knative-eventing-operator.v0.13.0-pv2ts -o yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  creationTimestamp: "2020-05-28T07:29:30Z"
  labels:
    olm.owner: knative-eventing-operator.v0.13.0
    olm.owner.kind: ClusterServiceVersion
    olm.owner.namespace: openshift-operators
  name: knative-eventing-operator.v0.13.0-pv2ts
  resourceVersion: "21975"
  selfLink: /apis/rbac.authorization.k8s.io/v1/clusterroles/knative-eventing-operator.v0.13.0-pv2ts
  uid: 6d8a36f7-e736-47ef-a434-30fb0f31d68f
rules:
- apiGroups:
  - '*'
  resources:
  - '*'
  verbs:
  - '*'
kuiwang@Kuis-MacBook-Pro 1836905 % oc label clusterrole knative-eventing-operator.v0.13.0-pv2ts olm.owner-
clusterrole.rbac.authorization.k8s.io/knative-eventing-operator.v0.13.0-pv2ts labeled
kuiwang@Kuis-MacBook-Pro 1836905 % oc label ClusterRoleBinding knative-eventing-operator.v0.13.0-pv2ts-knative-eventing-o4kpd9  olm.owner-
clusterrolebinding.rbac.authorization.k8s.io/knative-eventing-operator.v0.13.0-pv2ts-knative-eventing-o4kpd9 labeled
kuiwang@Kuis-MacBook-Pro 1836905 % oc get clusterrole|grep knative-eventing-operator
knative-eventing-operator.v0.13.0-dnncj                                3m38s
kuiwang@Kuis-MacBook-Pro 1836905 % oc get clusterrolebinding|grep knative-eventing-operator
knative-eventing-operator.v0.13.0-dnncj-knative-eventing-osc8gh                   20s
kuiwang@Kuis-MacBook-Pro 1836905 % 

kuiwang@Kuis-MacBook-Pro 1836905 % oc logs olm-operator-6cdb5c4744-v9548 -n openshift-operator-lifecycle-manager
time="2020-05-28T07:10:45Z" level=info msg="log level info"
...
time="2020-05-28T07:21:30Z" level=info msg="updated labels" csv=packageserver labels="olm.api.4bca9f23e412d79d=provided,olm.clusteroperator.name=operator-lifecycle-manager-packageserver,olm.version=0.14.2" ns=openshift-operator-lifecycle-manager
time="2020-05-28T07:21:30Z" level=info msg="operatorgroup incorrect" csv=packageserver error="<nil>" id=ZjwpV namespace=openshift-operator-lifecycle-manager phase=Succeeded
time="2020-05-28T07:21:30Z" level=info msg="error updating ClusterServiceVersion status: Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com \"packageserver\": the object has been modified; please apply your changes to the latest version and try again" csv=packageserver id=VllXy namespace=openshift-operator-lifecycle-manager phase=Succeeded
time="2020-05-28T07:21:30Z" level=info msg="not part of any operatorgroup, no annotations" csv=packageserver id=VllXy namespace=openshift-operator-lifecycle-manager phase=Succeeded
E0528 07:21:30.493012       1 queueinformer_operator.go:290] sync {"update" "openshift-operator-lifecycle-manager/packageserver"} failed: error updating ClusterServiceVersion status: Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com "packageserver": the object has been modified; please apply your changes to the latest version and try again
time="2020-05-28T07:21:30Z" level=info msg="checking packageserver"
time="2020-05-28T07:21:30Z" level=info msg="csv in operatorgroup" csv=packageserver id=HGKCt namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:21:30Z" level=info msg="checking packageserver"
time="2020-05-28T07:21:30Z" level=info msg="checking packageserver"
time="2020-05-28T07:21:30Z" level=info msg="csv in operatorgroup" csv=packageserver id=mFazT namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:21:30Z" level=info msg="checking packageserver"
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1. id=mtKyx
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.autoscaling.openshift.io id=cWpEv
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1alpha1.migration.k8s.io id=e3wtR
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v2beta2.autoscaling id=YWk5/
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.events.k8s.io id=0aY35
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.admissionregistration.k8s.io id=hcySJ
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.imageregistry.operator.openshift.io id=yqBFM
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.network.openshift.io id=418v4
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.rbac.authorization.k8s.io id=LeEp0
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.monitoring.coreos.com id=hWrel
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.apiextensions.k8s.io id=MoGmK
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.snapshot.storage.k8s.io id=kn2Lt
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.project.openshift.io id=5UUU5
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.quota.openshift.io id=WIk2G
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1alpha1.whereabouts.cni.cncf.io id=saubi
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.template.openshift.io id=AKGyT
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.console.openshift.io id=vaeNC
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.autoscaling.openshift.io id=oNQBR
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.ingress.operator.openshift.io id=b82vG
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.apiextensions.k8s.io id=IzHdq
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.policy id=eNj0d
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1alpha2.operators.coreos.com id=yRaY2
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.operators.coreos.com id=iMYQ7
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.user.openshift.io id=sdm4+
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1alpha1.operators.coreos.com id=Rd/eb
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.authentication.k8s.io id=A7pgo
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.samples.operator.openshift.io id=N65bL
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.cloudcredential.openshift.io id=hUqCw
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.node.k8s.io id=d3m6v
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.rbac.authorization.k8s.io id=Ui3ZL
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.route.openshift.io id=GM2fj
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.storage.k8s.io id=msImd
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.machineconfiguration.openshift.io id=ovoWl
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.apps id=J2R1j
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.discovery.k8s.io id=zZJja
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.authorization.k8s.io id=iuh2E
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v2.operators.coreos.com id=qTUoG
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.authorization.openshift.io id=DlyYS
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.extensions id=7HpOk
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.coordination.k8s.io id=INJzp
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.security.openshift.io id=pO06M
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v2beta1.autoscaling id=DcVu2
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.oauth.openshift.io id=lClh/
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.k8s.cni.cncf.io id=4+/u1
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.networking.k8s.io id=e5YlD
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.apps.openshift.io id=MVWqO
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.build.openshift.io id=roUTH
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.coordination.k8s.io id=XDK/Q
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.authorization.k8s.io id=UyUI4
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.certificates.k8s.io id=utxh4
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.tuned.openshift.io id=u1twr
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.image.openshift.io id=RQXuZ
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.batch id=odG3v
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.networking.k8s.io id=xYsR5
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.scheduling.k8s.io id=1VbVb
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.machine.openshift.io id=BwF7s
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.scheduling.k8s.io id=cb6U6
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.metrics.k8s.io id=aq8Ul
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.network.operator.openshift.io id=uNbbd
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.config.openshift.io id=Cvvhz
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.admissionregistration.k8s.io id=bCOWP
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.operator.openshift.io id=XXtLo
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.storage.k8s.io id=fOswc
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1alpha1.operator.openshift.io id=F2K0b
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.authentication.k8s.io id=qtUGT
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1alpha1.metal3.io id=KdKbh
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.autoscaling id=a4f5M
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1.packages.operators.coreos.com id=onT1G
time="2020-05-28T07:22:45Z" level=info msg="checking packageserver"
time="2020-05-28T07:22:45Z" level=info msg="csv in operatorgroup" csv=packageserver id=PCPrG namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:22:45Z" level=info msg="checking packageserver"
time="2020-05-28T07:22:45Z" level=info msg="syncing APIService" apiService=v1beta1.batch id=ZH3ho
time="2020-05-28T07:23:03Z" level=info msg="syncing APIService" apiService=v1.samples.operator.openshift.io id=5B8/Y
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:27Z" level=info msg="csv in operatorgroup" csv=packageserver id=1zzXe namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:27Z" level=info msg="csv in operatorgroup" csv=packageserver id=7BqTD namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:27Z" level=info msg="csv in operatorgroup" csv=packageserver id=MOPxU namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:27Z" level=info msg="csv in operatorgroup" csv=packageserver id=SEYZo namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:27Z" level=info msg="csv in operatorgroup" csv=packageserver id=ll6aq namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:29Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:29Z" level=info msg="csv in operatorgroup" csv=packageserver id=rf4Bg namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:29Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:29Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:29Z" level=info msg="csv in operatorgroup" csv=packageserver id=ZIpm3 namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:29Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:29Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:29Z" level=info msg="csv in operatorgroup" csv=packageserver id=7Mhjd namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:29Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:47Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:47Z" level=info msg="csv in operatorgroup" csv=packageserver id=MDZUu namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:47Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:47Z" level=info msg="csv in operatorgroup" csv=packageserver id=egqdH namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:47Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:47Z" level=info msg="error updating ClusterServiceVersion status: Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com \"packageserver\": the object has been modified; please apply your changes to the latest version and try again" csv=packageserver id=Pcx96 namespace=openshift-operator-lifecycle-manager phase=Succeeded
E0528 07:24:47.670886       1 queueinformer_operator.go:290] sync {"update" "openshift-operator-lifecycle-manager/packageserver"} failed: error updating ClusterServiceVersion status: Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com "packageserver": the object has been modified; please apply your changes to the latest version and try again
time="2020-05-28T07:24:47Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:47Z" level=info msg="updated labels" csv=packageserver labels="olm.api.4bca9f23e412d79d=provided,olm.clusteroperator.name=operator-lifecycle-manager-packageserver,olm.version=0.14.2" ns=openshift-operator-lifecycle-manager
time="2020-05-28T07:24:47Z" level=info msg="operatorgroup incorrect" csv=packageserver error="<nil>" id=fRb3W namespace=openshift-operator-lifecycle-manager phase=Succeeded
time="2020-05-28T07:24:47Z" level=info msg="error updating ClusterServiceVersion status: Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com \"packageserver\": the object has been modified; please apply your changes to the latest version and try again" csv=packageserver id=+xIVN namespace=openshift-operator-lifecycle-manager phase=Succeeded
time="2020-05-28T07:24:47Z" level=info msg="not part of any operatorgroup, no annotations" csv=packageserver id=+xIVN namespace=openshift-operator-lifecycle-manager phase=Succeeded
E0528 07:24:47.703962       1 queueinformer_operator.go:290] sync {"update" "openshift-operator-lifecycle-manager/packageserver"} failed: error updating ClusterServiceVersion status: Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com "packageserver": the object has been modified; please apply your changes to the latest version and try again
time="2020-05-28T07:24:47Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:47Z" level=info msg="csv in operatorgroup" csv=packageserver id=eZ+KL namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:47Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:47Z" level=warning msg="error adding operatorgroup annotations" csv=packageserver error="Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com \"packageserver\": the object has been modified; please apply your changes to the latest version and try again" namespace=openshift-operator-lifecycle-manager operatorGroup=olm-operators
time="2020-05-28T07:24:47Z" level=warning msg="failed to annotate CSVs in operatorgroup after group change" error="Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com \"packageserver\": the object has been modified; please apply your changes to the latest version and try again" namespace=openshift-operator-lifecycle-manager operatorGroup=olm-operators
E0528 07:24:47.705077       1 queueinformer_operator.go:290] sync {"update" "openshift-operator-lifecycle-manager/olm-operators"} failed: Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com "packageserver": the object has been modified; please apply your changes to the latest version and try again
time="2020-05-28T07:24:47Z" level=info msg="checking packageserver"
time="2020-05-28T07:24:47Z" level=info msg="csv in operatorgroup" csv=packageserver id=5Whjr namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:24:47Z" level=info msg="checking packageserver"
time="2020-05-28T07:25:01Z" level=info msg="checking packageserver"
time="2020-05-28T07:25:01Z" level=info msg="csv in operatorgroup" csv=packageserver id=IIAT/ namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:25:01Z" level=info msg="checking packageserver"
time="2020-05-28T07:25:32Z" level=info msg="syncing APIService" apiService=v1.machineconfiguration.openshift.io id=2rrLC
time="2020-05-28T07:25:32Z" level=info msg="syncing APIService" apiService=v1beta1.snapshot.storage.k8s.io id=zrVr2
time="2020-05-28T07:25:32Z" level=info msg="syncing APIService" apiService=v1alpha2.operators.coreos.com id=y9zJ7
time="2020-05-28T07:25:32Z" level=info msg="syncing APIService" apiService=v1beta1.machine.openshift.io id=1Mw5t
time="2020-05-28T07:25:32Z" level=info msg="syncing APIService" apiService=v1.operator.openshift.io id=Niq0q
time="2020-05-28T07:25:45Z" level=info msg="checking packageserver"
time="2020-05-28T07:25:45Z" level=info msg="csv in operatorgroup" csv=packageserver id=aiPAO namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:25:45Z" level=info msg="checking packageserver"
time="2020-05-28T07:26:01Z" level=info msg="Adding related objects for operator-lifecycle-manager"
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.apiextensions.k8s.io id=X0Zdj
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.console.openshift.io id=0utfr
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.authentication.k8s.io id=csYD7
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.autoscaling.openshift.io id=/45GZ
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.ingress.operator.openshift.io id=A/wEL
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.project.openshift.io id=BEVAK
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.quota.openshift.io id=ZuNdi
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.template.openshift.io id=3KqB5
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.apiextensions.k8s.io id=x+uih
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.policy id=9xBJK
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1alpha1.operators.coreos.com id=xhdD2
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.samples.operator.openshift.io id=JB4Ss
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.cloudcredential.openshift.io id=GZENT
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.node.k8s.io id=3jMsJ
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1alpha2.operators.coreos.com id=6nfJo
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.operators.coreos.com id=xgzXi
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.user.openshift.io id=15JP2
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.authorization.k8s.io id=W28Kf
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.storage.k8s.io id=FSMVe
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.machineconfiguration.openshift.io id=QYQFv
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.apps id=rPVUt
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.rbac.authorization.k8s.io id=iuuaG
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.route.openshift.io id=Ev5BH
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.discovery.k8s.io id=6b+2Z
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v2beta1.autoscaling id=pH3VH
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v2.operators.coreos.com id=Kav4+
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.authorization.openshift.io id=Jk3Ve
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.extensions id=GjiMf
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.coordination.k8s.io id=6BLmZ
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.security.openshift.io id=slhK2
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.authorization.k8s.io id=G+82J
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.oauth.openshift.io id=gfwEo
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.coordination.k8s.io id=mQCiR
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.batch id=hZLKN
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.certificates.k8s.io id=w6j69
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.tuned.openshift.io id=pJTfZ
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.k8s.cni.cncf.io id=1cPao
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.networking.k8s.io id=t8mM7
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.apps.openshift.io id=4IJt7
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.build.openshift.io id=Trkns
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.image.openshift.io id=s6PEL
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.batch id=V23Mb
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.networking.k8s.io id=Elm2g
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.scheduling.k8s.io id=qVRMg
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.network.operator.openshift.io id=gnazJ
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.config.openshift.io id=YSGlG
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.admissionregistration.k8s.io id=5a6FB
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.operator.openshift.io id=pENJz
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.machine.openshift.io id=EiCmq
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.scheduling.k8s.io id=gIruR
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.metrics.k8s.io id=SM5G7
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.storage.k8s.io id=t9iXv
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1alpha1.operator.openshift.io id=a8TDJ
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.authentication.k8s.io id=fRtFf
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1alpha1.metal3.io id=vlwYB
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.autoscaling id=MBxdh
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.packages.operators.coreos.com id=LoY/s
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1alpha1.migration.k8s.io id=HL0+H
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1alpha1.whereabouts.cni.cncf.io id=D44Md
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v2beta2.autoscaling id=ygwLF
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.events.k8s.io id=KnsPO
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1. id=JkKUq
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.autoscaling.openshift.io id=EhGbc
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.admissionregistration.k8s.io id=Hc+7/
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.imageregistry.operator.openshift.io id=u2Jbb
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.network.openshift.io id=5NwO4
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.rbac.authorization.k8s.io id=KrTxf
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1.monitoring.coreos.com id=HVB+b
time="2020-05-28T07:26:45Z" level=info msg="checking packageserver"
time="2020-05-28T07:26:45Z" level=info msg="csv in operatorgroup" csv=packageserver id=QGvUO namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:26:45Z" level=info msg="checking packageserver"
time="2020-05-28T07:26:45Z" level=info msg="syncing APIService" apiService=v1beta1.snapshot.storage.k8s.io id=UZr4s
time="2020-05-28T07:28:03Z" level=info msg="checking packageserver"
time="2020-05-28T07:28:03Z" level=info msg="csv in operatorgroup" csv=packageserver id=KpFjI namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:28:03Z" level=info msg="checking packageserver"
time="2020-05-28T07:28:03Z" level=info msg="csv in operatorgroup" csv=packageserver id=4oK/7 namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:28:03Z" level=info msg="checking packageserver"
time="2020-05-28T07:28:03Z" level=info msg="checking packageserver"
time="2020-05-28T07:28:03Z" level=info msg="updated labels" csv=packageserver labels="olm.api.4bca9f23e412d79d=provided,olm.clusteroperator.name=operator-lifecycle-manager-packageserver,olm.version=0.14.2" ns=openshift-operator-lifecycle-manager
time="2020-05-28T07:28:03Z" level=info msg="operatorgroup incorrect" csv=packageserver error="<nil>" id=GdL4y namespace=openshift-operator-lifecycle-manager phase=Succeeded
time="2020-05-28T07:28:03Z" level=info msg="error updating ClusterServiceVersion status: Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com \"packageserver\": the object has been modified; please apply your changes to the latest version and try again" csv=packageserver id=s1mMj namespace=openshift-operator-lifecycle-manager phase=Succeeded
time="2020-05-28T07:28:03Z" level=info msg="not part of any operatorgroup, no annotations" csv=packageserver id=s1mMj namespace=openshift-operator-lifecycle-manager phase=Succeeded
E0528 07:28:03.447250       1 queueinformer_operator.go:290] sync {"update" "openshift-operator-lifecycle-manager/packageserver"} failed: error updating ClusterServiceVersion status: Operation cannot be fulfilled on clusterserviceversions.operators.coreos.com "packageserver": the object has been modified; please apply your changes to the latest version and try again
time="2020-05-28T07:28:03Z" level=info msg="checking packageserver"
time="2020-05-28T07:28:03Z" level=info msg="csv in operatorgroup" csv=packageserver id=yK1Bz namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:28:03Z" level=info msg="checking packageserver"
time="2020-05-28T07:28:03Z" level=info msg="checking packageserver"
time="2020-05-28T07:28:03Z" level=info msg="csv in operatorgroup" csv=packageserver id=kW2Eb namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:28:03Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:27Z" level=info msg="csv in operatorgroup" csv=packageserver id=Xtd0D namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:29:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:27Z" level=info msg="csv in operatorgroup" csv=packageserver id=t8lfp namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:29:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:27Z" level=info msg="csv in operatorgroup" csv=packageserver id=UiZRM namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:29:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:27Z" level=info msg="csv in operatorgroup" csv=packageserver id=fYqml namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:29:27Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:28Z" level=info msg="updated labels" csv=knative-eventing-operator.v0.13.0 labels="olm.api.f71952e065303dbe=provided" ns=openshift-operators
time="2020-05-28T07:29:28Z" level=info msg="syncing APIService" apiService=v1alpha1.eventing.knative.dev id=aYzAa
time="2020-05-28T07:29:28Z" level=info msg="operatorgroup incorrect" csv=knative-eventing-operator.v0.13.0 error="<nil>" id=bL8go namespace=openshift-operators phase=
time="2020-05-28T07:29:28Z" level=info msg="not in operatorgroup namespace" csv=knative-eventing-operator.v0.13.0 id=mVZG7 namespace=openshift-operators phase=
time="2020-05-28T07:29:28Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=APqOF namespace=openshift-operators opgroup=global-operators phase=
time="2020-05-28T07:29:28Z" level=info msg="couldn't ensure RBAC in target namespaces" csv=knative-eventing-operator.v0.13.0 error="no owned roles found" id=e9MzQ namespace=openshift-operators phase=
E0528 07:29:28.193854       1 queueinformer_operator.go:290] sync {"update" "openshift-operators/knative-eventing-operator.v0.13.0"} failed: no owned roles found
time="2020-05-28T07:29:28Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=6jFsX namespace=openshift-operators opgroup=global-operators phase=
time="2020-05-28T07:29:28Z" level=info msg="scheduling ClusterServiceVersion for requirement verification" csv=knative-eventing-operator.v0.13.0 id=6jFsX namespace=openshift-operators phase=
I0528 07:29:28.196702       1 event.go:255] Event(v1.ObjectReference{Kind:"ClusterServiceVersion", Namespace:"openshift-operators", Name:"knative-eventing-operator.v0.13.0", UID:"2afab168-b949-4d18-8525-9a2c09894109", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"21931", FieldPath:""}): type: 'Normal' reason: 'RequirementsUnknown' requirements not yet checked
time="2020-05-28T07:29:28Z" level=info msg="couldn't ensure RBAC in target namespaces" csv=knative-eventing-operator.v0.13.0 error="no owned roles found" id=MjALW namespace=openshift-operators phase=
E0528 07:29:28.235641       1 queueinformer_operator.go:290] sync {"update" "openshift-operators/knative-eventing-operator.v0.13.0"} failed: no owned roles found
time="2020-05-28T07:29:28Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=hGy5G namespace=openshift-operators opgroup=global-operators phase=Pending
time="2020-05-28T07:29:28Z" level=info msg="requirements were not met" csv=knative-eventing-operator.v0.13.0 id=hGy5G namespace=openshift-operators phase=Pending
I0528 07:29:28.266919       1 event.go:255] Event(v1.ObjectReference{Kind:"ClusterServiceVersion", Namespace:"openshift-operators", Name:"knative-eventing-operator.v0.13.0", UID:"2afab168-b949-4d18-8525-9a2c09894109", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"21934", FieldPath:""}): type: 'Normal' reason: 'RequirementsNotMet' one or more requirements couldn't be found
time="2020-05-28T07:29:28Z" level=info msg="couldn't ensure RBAC in target namespaces" csv=knative-eventing-operator.v0.13.0 error="no owned roles found" id=9n3ni namespace=openshift-operators phase=Pending
E0528 07:29:28.314310       1 queueinformer_operator.go:290] sync {"update" "openshift-operators/knative-eventing-operator.v0.13.0"} failed: no owned roles found
time="2020-05-28T07:29:28Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=HLKId namespace=openshift-operators opgroup=global-operators phase=Pending
time="2020-05-28T07:29:28Z" level=info msg="requirements were not met" csv=knative-eventing-operator.v0.13.0 id=HLKId namespace=openshift-operators phase=Pending
time="2020-05-28T07:29:29Z" level=info msg="couldn't ensure RBAC in target namespaces" csv=knative-eventing-operator.v0.13.0 error="no owned roles found" id=BQpqp namespace=openshift-operators phase=Pending
E0528 07:29:29.005414       1 queueinformer_operator.go:290] sync {"update" "openshift-operators/knative-eventing-operator.v0.13.0"} failed: no owned roles found
time="2020-05-28T07:29:29Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=E4RIQ namespace=openshift-operators opgroup=global-operators phase=Pending
time="2020-05-28T07:29:29Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:29Z" level=info msg="csv in operatorgroup" csv=packageserver id=QPJFQ namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:29:29Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:29Z" level=info msg="requirements were not met" csv=knative-eventing-operator.v0.13.0 id=E4RIQ namespace=openshift-operators phase=Pending
time="2020-05-28T07:29:30Z" level=info msg="couldn't ensure RBAC in target namespaces" csv=knative-eventing-operator.v0.13.0 error="no owned rolebindings found" id=0kbbr namespace=openshift-operators phase=Pending
E0528 07:29:30.014114       1 queueinformer_operator.go:290] sync {"update" "openshift-operators/knative-eventing-operator.v0.13.0"} failed: no owned rolebindings found
time="2020-05-28T07:29:30Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=WaPiN namespace=openshift-operators opgroup=global-operators phase=Pending
time="2020-05-28T07:29:30Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:30Z" level=info msg="csv in operatorgroup" csv=packageserver id=sklhC namespace=openshift-operator-lifecycle-manager opgroup=olm-operators phase=Succeeded
time="2020-05-28T07:29:30Z" level=info msg="checking packageserver"
time="2020-05-28T07:29:30Z" level=info msg="scheduling ClusterServiceVersion for install" csv=knative-eventing-operator.v0.13.0 id=WaPiN namespace=openshift-operators phase=Pending
I0528 07:29:30.588924       1 event.go:255] Event(v1.ObjectReference{Kind:"ClusterServiceVersion", Namespace:"openshift-operators", Name:"knative-eventing-operator.v0.13.0", UID:"2afab168-b949-4d18-8525-9a2c09894109", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"21971", FieldPath:""}): type: 'Normal' reason: 'AllRequirementsMet' all requirements found, attempting install
time="2020-05-28T07:29:31Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=A7ogG namespace=openshift-operators opgroup=global-operators phase=InstallReady
I0528 07:29:31.207924       1 event.go:255] Event(v1.ObjectReference{Kind:"ClusterServiceVersion", Namespace:"openshift-operators", Name:"knative-eventing-operator.v0.13.0", UID:"2afab168-b949-4d18-8525-9a2c09894109", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"21986", FieldPath:""}): type: 'Normal' reason: 'InstallSucceeded' waiting for install components to report healthy
time="2020-05-28T07:29:31Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=gv5so namespace=openshift-operators opgroup=global-operators phase=Installing
I0528 07:29:31.793735       1 event.go:255] Event(v1.ObjectReference{Kind:"ClusterServiceVersion", Namespace:"openshift-operators", Name:"knative-eventing-operator.v0.13.0", UID:"2afab168-b949-4d18-8525-9a2c09894109", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"22003", FieldPath:""}): type: 'Normal' reason: 'InstallWaiting' installing: waiting for deployment knative-eventing-operator to become ready: Waiting for rollout to finish: 0 of 1 updated replicas are available...
time="2020-05-28T07:29:32Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=7+ZA8 namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:32Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=CNnzE namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:33Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=DJG8w namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:33Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=EA/CM namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:33Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=NT8Gu namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:34Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=8wdbG namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:34Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=yoFIx namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:35Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=X9cn+ namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:35Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=DoBpl namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:35Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=VIqmU namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:36Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=F1Y4R namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:36Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=3HnEk namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:37Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=udKsH namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:37Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=xydR5 namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:37Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=CtU+I namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:38Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=488bT namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:38Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=6A9Il namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:39Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=zY4eV namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:39Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=qMzn8 namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:39Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=er2v1 namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:40Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=IKLPD namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:40Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=j4+jb namespace=openshift-operators opgroup=global-operators phase=Installing
time="2020-05-28T07:29:40Z" level=info msg="install strategy successful" csv=knative-eventing-operator.v0.13.0 id=j4+jb namespace=openshift-operators phase=Installing strategy=deployment
I0528 07:29:40.804378       1 event.go:255] Event(v1.ObjectReference{Kind:"ClusterServiceVersion", Namespace:"openshift-operators", Name:"knative-eventing-operator.v0.13.0", UID:"2afab168-b949-4d18-8525-9a2c09894109", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"22008", FieldPath:""}): type: 'Normal' reason: 'InstallSucceeded' install strategy completed with no errors
time="2020-05-28T07:29:41Z" level=info msg="csv in operatorgroup" csv=knative-eventing-operator.v0.13.0 id=ltWDz namespace=openshift-operators opgroup=global-operators phase=Succeeded
...
kuiwang@Kuis-MacBook-Pro 1836905 % oc logs olm-operator-6cdb5c4744-v9548 -n openshift-operator-lifecycle-manager|grep "couldn't find queue"
kuiwang@Kuis-MacBook-Pro 1836905 %

Comment 8 errata-xmlrpc 2020-06-17 22:26:36 UTC
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-2020:2445


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