Bug 1386392 - Following the EFK upgrade process in the docs fails
Summary: Following the EFK upgrade process in the docs fails
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 3.2.1
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: ewolinet
QA Contact: Xia Zhao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-18 20:12 UTC by Eric Jones
Modified: 2016-11-14 22:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-14 22:18:02 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Eric Jones 2016-10-18 20:12:54 UTC
Description of problem:
The documentation to upgrade the EFK cluster from 3.1-3.2 [0] does not appear to upgrade the cluster from 3.1 images up to 3.2

[0] https://docs.openshift.com/enterprise/3.2/install_config/upgrading/manual_upgrades.html#manual-upgrading-efk-logging-stack

Steps Followed:
oc project logging
oc scale rc logging-kibana-1 --replicas=0
oc scale rc logging-fluentd-1 --replicas=0
oc scale rc logging-es-1yyc1omg-1 --replicas=0
oc process logging-support-template | oc apply -f -
oc get po
oc import-image logging-auth-proxy:3.2.1      --from registry.access.redhat.com/openshift3/logging-auth-proxy:3.2.1
oc import-image logging-kibana:3.2.1      --from registry.access.redhat.com/openshift3/logging-kibana:3.2.1
oc import-image logging-elasticsearch:3.2.1      --from registry.access.redhat.com/openshift3/logging-elasticsearch:3.2.1
oc import-image logging-fluentd:3.2.1 --from registry.access.redhat.com/openshift3/logging-fluentd:3.2.1
oc scale dc logging-es-1yyc1omg --replicas=1
oc logs logging-es-1yyc1omg-1-mw6xg
oc get po
oc scale dc logging-fluentd --replicas=3
oc get po -o wide
oc scale dc logging-kibana --replicas=2


Ultimate result:
> oc get rc `oc get rc |grep -vie name -vie ops|awk '{print $1}'` -o yaml |grep image:
          image: registry.access.redhat.com/openshift3/logging-elasticsearch:3.1.1
          image: registry.access.redhat.com/openshift3/logging-elasticsearch:3.1.1
          image: registry.access.redhat.com/openshift3/logging-fluentd:3.1.1
          image: registry.access.redhat.com/openshift3/logging-fluentd:3.1.1
          image: registry.access.redhat.com/openshift3/logging-kibana:3.1.1
          image: registry.access.redhat.com/openshift3/logging-auth-proxy:3.1.1
          image: registry.access.redhat.com/openshift3/logging-kibana:3.1.1
          image: registry.access.redhat.com/openshift3/logging-auth-proxy:3.1.1


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