Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9912d86

Browse files
authoredMar 1, 2018
Remove daemonset from RBAC docs
Users are given rights to daemonset by default in 3.9 so this section is not necessary.
1 parent 4b681dd commit 9912d86

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed
 

‎admin_guide/manage_rbac.adoc

-19
Original file line numberDiff line numberDiff line change
@@ -712,25 +712,6 @@ Subjects:
712712

713713

714714
ifdef::openshift-enterprise,openshift-origin,atomic-registry[]
715-
[[admin-guide-granting-users-daemonset-permissions]]
716-
== Granting Users Daemonset Permissions
717-
718-
By default, project developers do not have the permission to create
719-
xref:../dev_guide/daemonsets.adoc#dev-guide-daemonsets[daemonsets]. As a cluster
720-
administrator, you can grant them the abilities.
721-
722-
. Create the cluster role:
723-
+
724-
----
725-
$ oc create clusterrole daemonset-admin --verb=create,delete,get,list,update,watch --resource=daemonsets.extensions
726-
----
727-
728-
. Create the local role binding:
729-
+
730-
----
731-
$ oc adm policy add-role-to-user daemonset-admin <user>
732-
----
733-
734715
[[creating-local-role]]
735716
== Creating a Local Role
736717

0 commit comments

Comments
 (0)
Please sign in to comment.