We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7ef90 commit 94b0ef7Copy full SHA for 94b0ef7
modules/storage-persistent-storage-pvc.adoc
@@ -136,8 +136,8 @@ To log on with the necessary privileges:
136
[source,terminal]
137
----
138
$ oc create clusterrole routes-view --verb=get,list --resource=routes
139
-$ oc admin policy add-cluster-role-to-user routes-view <user-name> <1>
140
-$ oc admin policy add-cluster-role-to-user cluster-monitoring-view <user-name> <1>
+$ oc adm policy add-cluster-role-to-user routes-view <user-name> <1>
+$ oc adm policy add-cluster-role-to-user cluster-monitoring-view <user-name> <1>
141
142
<1> The user's name.
143
0 commit comments