-
Bug
-
Resolution: Done
-
Undefined
-
None
-
4.11
-
None
-
Quality / Stability / Reliability
-
False
-
-
1
-
Moderate
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
the command of "Add the cluster role to the service account" is not correct
Version-Release number of selected component (if applicable):
https://docs.openshift.com/container-platform/4.11/storage/dynamic-provisioning.html#azure-file-definition_dynamic-provisioning path: Azure File object definition -> Add the cluster role to the service account: command "oc adm policy add-cluster-role-to-user <persistent-volume-binder-role>" lack of user part and "Example output" part is not correct. modify to: oc adm policy add-cluster-role-to-user <persistent-volume-binder-role> system:serviceaccount:kube-system:persistent-volume-binder And delete "Example output" part
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info: