Bug 1386392

Summary: Following the EFK upgrade process in the docs fails
Product: OpenShift Container Platform Reporter: Eric Jones <erjones>
Component: LoggingAssignee: ewolinet
Status: CLOSED INSUFFICIENT_DATA QA Contact: Xia Zhao <xiazhao>
Severity: low Docs Contact:
Priority: low    
Version: 3.2.1CC: aos-bugs, erjones
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-14 22:18:02 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:

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