Skip to content

Commit 3379e5f

Browse files
committed
Mention the builtin clusterrole in kubelet authorization
This PR updates the description about the kubelet fine-grained API authorization.
1 parent e53ccf5 commit 3379e5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en/docs/reference/access-authn-authz/kubelet-authn-authz.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,11 @@ flags passed to the API server is authorized for the following attributes:
115115
* verb=\*, resource=nodes, subresource=proxy
116116
* verb=\*, resource=nodes, subresource=stats
117117
* verb=\*, resource=nodes, subresource=log
118-
* verb=\*, resource=nodes, subresource=spec
119118
* verb=\*, resource=nodes, subresource=metrics
120119
* verb=\*, resource=nodes, subresource=configz
121120
* verb=\*, resource=nodes, subresource=healthz
122121
* verb=\*, resource=nodes, subresource=pods
122+
123+
Enabling this gate also ensure that the builtin `system:kubelet-api-admin` ClusterRole
124+
is updated with permissions to access all the above mentioned subresources.
125+

0 commit comments

Comments
 (0)