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.
2 parents 2d51652 + e1805c1 commit 81ce31fCopy full SHA for 81ce31f
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