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 :
Verified in the link provided in comment 2 and changes looks good to me.