Hide Forgot
Description of problem: By default, the image name is quay.io/openshift/cluster-logging-operator:latest. But the image name is quay.io/openshift/origin-cluster-logging-operator:latest Version-Release number of selected component (if applicable): 4.x How reproducible: Alway Steps to Reproduce: 1. deploy logging via OLM 2. 3. Actual results: The cluster-logging and elasticsearch operator couldn't be started. Expected results: The cluster-logging and elasticsearch operator can be started. Additional info:
@jeff Please assign to the ART team if the image should be retagged by them.
The workaround as below: 1) oc edit csv -n openshift-logging, add origin- to the operator images quay.io/openshift/origin-cluster-logging-operator:latest quay.io/openshift/origin-elasticsearch-operator:latest 2) delete the operator deployment oc delete deployment cluster-logging-operator oc delete deployment elasticsearch-operator
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