Bug 1649633

Summary: Add a point to delete clusterroles.authorization.openshift.io and serviceaccounts for glusterblock-provisioner-runner, glusterblock-storage-provisioner
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: RamaKasturi <knarra>
Component: doc-Container_Native_Storage_with_OpenShiftAssignee: Bhavana <bmohanra>
Status: CLOSED CURRENTRELEASE QA Contact: RamaKasturi <knarra>
Severity: high Docs Contact:
Priority: unspecified    
Version: cns-3.10CC: asriram, bmohanra, rhs-bugs, sankarshan, storage-doc
Target Milestone: ---Keywords: ZStream
Target Release: OCS 3.11.z Batch Update 2   
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: 2019-04-01 06:08:19 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:
Bug Depends On:    
Bug Blocks: 1672844    

Description RamaKasturi 2018-11-14 06:28:04 UTC
Describe the Issue : I see that 3.10 docs does not describe about how to delete clusterroles.authorization.openshift.io and serviceaccounts for glusterblock-provisioner-runner,  glusterblock-storage-provisioner

Link to the Document : https://access.redhat.com/documentation/en-us/red_hat_openshift_container_storage/3.10/html-single/deployment_guide/#chap-Documentation-Red_Hat_Gluster_Storage_Container_Native_with_OpenShift_Platform-Upgrade-Gluster_pods

SectionNumber & Name : 6.4. Upgrading the Red Hat Gluster Storage Pods

Suggestions for improvement: Add a new step after oc edit template glusterblock-provisioner as below.

Delete the following resources from the old pod
# oc delete clusterroles.authorization.openshift.io glusterblock-provisioner-runner
# oc delete serviceaccounts glusterblock-storage-provisioner

Additional Info :

Comment 3 RamaKasturi 2019-03-14 13:49:46 UTC
Verified in the link provided in comment 2 and changes looks good to me.