@@ -100,7 +100,6 @@ Kubelet API | resource | subresource
100
100
/stats/\* | nodes | stats
101
101
/metrics/\* | nodes | metrics
102
102
/logs/\* | nodes | log
103
- /spec/\* | nodes | spec
104
103
/pods | nodes | pods, proxy
105
104
/runningPods/ | nodes | pods, proxy
106
105
/healthz | nodes | healthz, proxy
@@ -115,8 +114,12 @@ flags passed to the API server is authorized for the following attributes:
115
114
* verb=\* , resource=nodes, subresource=proxy
116
115
* verb=\* , resource=nodes, subresource=stats
117
116
* verb=\* , resource=nodes, subresource=log
118
- * verb=\* , resource=nodes, subresource=spec
119
117
* verb=\* , resource=nodes, subresource=metrics
120
118
* verb=\* , resource=nodes, subresource=configz
121
119
* verb=\* , resource=nodes, subresource=healthz
122
120
* verb=\* , resource=nodes, subresource=pods
121
+
122
+ If [ RBAC authorization] ( /docs/reference/access-authn-authz/rbac/ ) is used,
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