Bug 1868068 - The fluentd-init container image wasn't updated
Summary: The fluentd-init container image wasn't updated
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 4.6
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.6.0
Assignee: Jeff Cantrill
QA Contact: Anping Li
URL:
Whiteboard: logging-core
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-11 14:58 UTC by Anping Li
Modified: 2020-10-27 15:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-10-27 15:09:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
clo pod log (7.54 KB, text/plain)
2020-08-11 15:01 UTC, Anping Li
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-logging-operator pull 669 0 None closed Bug 1868068: Evaluate daemonset init containers during reconciliation 2020-10-06 16:35:39 UTC
Red Hat Product Errata RHBA-2020:4198 0 None None None 2020-10-27 15:10:11 UTC

Description Anping Li 2020-08-11 14:58:14 UTC
Description of problem:
The fluentd-init container image isn't updated to the new image during the upgrade.

Version-Release number of selected component (if applicable):
clusterlogging.4.5.0-202008100413.p0  ->  clusterlogging.4.6.0-202008102017.p0


How Reproducible:
Always

Steps to Reproduce:
1) Deploy cluster logging 4.5
2) Deploy 4.6 catalog source service
3) Upgrade CLO and EO to 4.6
4) Check the fluentd-init container image

Actual Result:
The fluentd-init image is a 4.5 image "quay.io/openshift-qe-optional-operators/ose-logging-fluentd:xxxx"

$ oc get ds fluentd -o json  | jq '.spec.template.spec'
"containers": [
    {
      ......
      ......
      "image": "registry.redhat.io/openshift4/ose-logging-fluentd@sha256:1656abbfa048c6248feb2ea0ce4b5a6b0ade00e88700643a0019285481341ea4",
      "imagePullPolicy": "IfNotPresent",
      "name": "fluentd",
      ......
      ......
    }
  ],
  "dnsPolicy": "ClusterFirst",
  "initContainers": [
    {
      "command": [
        "./wait_for_es_version.sh",
        "6",
        "https://elasticsearch.openshift-logging.svc:9200"
      ],
      "image": "quay.io/openshift-qe-optional-operators/ose-logging-fluentd@sha256:1e600cb3f3bab64f1736e1fd7761e3d97b4f2a52ed6aa92c97f26747f9629ac8",
      "imagePullPolicy": "IfNotPresent",
      "name": "fluentd-init"
      ..........
      .........
      }
   ]

Expected Result:
he fluentd-init image should be registry.redhat.io/openshift4/ose-logging-fluentd@xxxxxx

Comment 1 Anping Li 2020-08-11 15:01:18 UTC
Created attachment 1711088 [details]
clo pod log

Comment 2 Jeff Cantrill 2020-08-21 14:11:18 UTC
Moving to UpcomingSprint for future evaluation

Comment 5 Anping Li 2020-08-27 10:19:30 UTC
Verified on clusterlogging.4.6.0-202008262209.p0

Comment 7 errata-xmlrpc 2020-10-27 15:09:55 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 (OpenShift Container Platform 4.6.1 extras update), 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:4198


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