Skip to content

Commit

Permalink
Merge pull request #4572 from liggitt/node-role
Browse files Browse the repository at this point in the history
Deprecate system:nodes binding
  • Loading branch information
chenopis authored Aug 3, 2017
2 parents 3a01832 + e475da8 commit e8b4d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/admin/authorization/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,12 +461,13 @@ The permissions required by individual control loops are contained in the <a hre
</tr>
<tr>
<td><b>system:node</b></td>
<td><b>system:nodes</b> group (deprecated in 1.7)</td>
<td><b>system:nodes</b> group (deprecated in 1.7, removed in 1.8)</td>
<td>Allows access to resources required by the kubelet component, <b>including read access to all secrets, and write access to all pods</b>.
As of 1.7, use of the [Node authorizer](/docs/admin/authorization/node/)
and [NodeRestriction admission plugin](/docs/admin/admission-controllers#NodeRestriction)
is recommended instead of this role, and allow granting API access to kubelets based on the pods scheduled to run on them.
As of 1.7, when the `Node` authorization mode is enabled, the automatic binding to the `system:nodes` group is not created.
As of 1.8, the automatic binding to the `system:nodes` group is not created.
</td>
</tr>
<tr>
Expand Down

0 comments on commit e8b4d65

Please sign in to comment.