Bug 1691256
| Summary: | The image for es proxy container hasn't updated when upgrading logging. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Qiaoling Tang <qitang> |
| Component: | Logging | Assignee: | ewolinet |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | aos-bugs, ewolinet, jcantril, jkarasek, rmeggins |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-04 10:46:16 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: | |||
Verification blocked by https://bugzilla.redhat.com/show_bug.cgi?id=1694522 Verified in quay.io/openshift/origin-elasticsearch-operator@sha256:094754d814bc586f7d365f675ca7d005318ad8fe66278e467215abd3bdd94760. 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 |
Description of problem: Upgrade logging via OLM, the es proxy container isn't upgraded. In the new csv, I set all the image tag to "v4.0" $ oc get deploy -n openshift-operators elasticsearch-operator -o yaml |grep -A 1 IMAGE - name: PROXY_IMAGE value: quay.io/openshift/origin-oauth-proxy:v4.0 $ oc get deploy elasticsearch-clientdatamaster-0-1 -o yaml |grep image image: quay.io/openshift/origin-logging-elasticsearch5:v4.0 imagePullPolicy: IfNotPresent image: quay.io/openshift/origin-oauth-proxy:latest imagePullPolicy: IfNotPresent $ oc get csv NAME DISPLAY VERSION REPLACES PHASE clusterlogging.v0.0.2 Cluster Logging 0.0.2 clusterlogging.v0.0.1 Succeeded elasticsearch-operator.v0.0.2 Elasticsearch Operator 0.0.2 elasticsearch-operator.v0.0.1 Succeeded $ oc get csv elasticsearch-operator.v0.0.2 -o yaml |grep IMAGE -A 1 - name: PROXY_IMAGE value: quay.io/openshift/origin-oauth-proxy:v4.0 The image setting for es proxy container isn't in elasticsearch CR, also, it's not set in CLO deploy. Version-Release number of selected component (if applicable): quay.io/openshift/origin-elasticsearch-operator:v4.0 How reproducible: Always Steps to Reproduce: 1. Deploy logging via community-operators 2. upgrade logging via OLM 3. check pod image version Actual results: Expected results: Additional info: