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 a41df51 + bb0be09 commit abee5ffCopy full SHA for abee5ff
modules/rbac-creating-local-role.adoc
@@ -17,10 +17,13 @@ $ oc create role <name> --verb=<verb> --resource=<resource> -n <project>
17
----
18
+
19
In this command, specify:
20
++
21
+--
22
* `<name>`, the local role's name
23
* `<verb>`, a comma-separated list of the verbs to apply to the role
24
* `<resource>`, the resources that the role applies to
25
* `<project>`, the project name
26
27
28
For example, to create a local role that allows a user to view pods in the
29
`blue` project, run the following command:
0 commit comments