We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53ccf5 commit 3379e5fCopy full SHA for 3379e5f
content/en/docs/reference/access-authn-authz/kubelet-authn-authz.md
@@ -115,8 +115,11 @@ flags passed to the API server is authorized for the following attributes:
115
* verb=\*, resource=nodes, subresource=proxy
116
* verb=\*, resource=nodes, subresource=stats
117
* verb=\*, resource=nodes, subresource=log
118
-* verb=\*, resource=nodes, subresource=spec
119
* verb=\*, resource=nodes, subresource=metrics
120
* verb=\*, resource=nodes, subresource=configz
121
* verb=\*, resource=nodes, subresource=healthz
122
* verb=\*, resource=nodes, subresource=pods
+
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