Skip to content

Commit 82d7215

Browse files
s-dharmaMichael Burke
authored andcommitted
Update document with proper information
Currently the information mentioned in the document is : "For security reasons, only cluster administrators can create daemon sets." However this is not the correct information. ONLY cluster administrators do not have rights to create daemon sets. The project administrators can ALSO create daemon sets, as daemon set is a project scoped resource. The statement in the document must be like this : "For security reasons, the cluster administrators and the project administrators can create daemon sets."
1 parent 619c313 commit 82d7215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/jobs/nodes-pods-daemonsets.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As nodes are removed from the cluster, those pods are removed through garbage co
1414
You can use daemon sets to create shared storage, run a logging pod on every node in
1515
your cluster, or deploy a monitoring agent on every node.
1616

17-
For security reasons, only cluster administrators can create daemon sets.
17+
For security reasons, the cluster administrators and the project administrators can create daemon sets.
1818

1919
For more information on daemon sets, see the link:http://kubernetes.io/docs/admin/daemons/[Kubernetes documentation].
2020

0 commit comments

Comments
 (0)