Bug 1386409 - Following the 3.2 to 3.3 EFK upgrade process in the docs fails
Summary: Following the 3.2 to 3.3 EFK upgrade process in the docs fails
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 3.3.0
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:56 UTC by Eric Jones
Modified: 2018-06-26 14:22 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description Eric Jones 2016-10-18 20:56:15 UTC
Description of problem:
Following the documentation for [0] manually upgrading the EFK cluster does not work properly.

┌─[root@master1]─[~]
└──> oc project logging
Already on project "logging" on server "https://<CLUSTER>:8443".

┌─[root@master1]─[~]
└──> oc apply -n openshift -f \
>     /usr/share/openshift/examples/infrastructure-templates/enterprise/logging-deployer.yaml
template "logging-deployer-template" configured

┌─[root@master1]─[~]
└──> oc get po
NAME                          READY     STATUS    RESTARTS   AGE
logging-es-1yyc1omg-2-0kh8p   1/1       Running   0          5h
logging-fluentd-2-34not       1/1       Running   0          5h
logging-fluentd-2-g3axa       1/1       Running   0          5h
logging-fluentd-2-kvl1e       1/1       Running   0          5h
logging-kibana-2-17i7g        2/2       Running   0          5h
logging-kibana-2-hakck        2/2       Running   0          5h

┌─[root@master1]─[~]
└──>  oc process logging-deployer-account-template | oc apply -f -
error: template "logging-deployer-account-template" could not be found
error: no objects passed to apply

┌─[✗]─[root@master1]─[~]
└──> oadm policy add-cluster-role-to-user oauth-editor \
>        system:serviceaccount:logging:logging-deployer
Error from server: role "oauth-editor" not found

┌─[✗]─[root@master1]─[~]
└──> oc new-app logging-deployer-template -p MODE=upgrade
error: unexpected parameter name "MODE"


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


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