Skip to content

Commit 9f8f909

Browse files
committed
[zh] Sync kubelet-authn-authz.md
1 parent 7824ed9 commit 9f8f909

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/zh-cn/docs/reference/access-authn-authz/kubelet-authn-authz.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,22 @@ The resource and subresource is determined from the incoming request's path:
148148
资源和子资源是根据传入请求的路径确定的:
149149

150150
<!--
151-
Kubelet API | resource | subresource
151+
Kubelet API | resource | subresource
152+
--------------------|----------|------------
153+
/stats/\* | nodes | stats
154+
/metrics/\* | nodes | metrics
155+
/logs/\* | nodes | log
156+
/spec/\* | nodes | spec
157+
/checkpoint/\* | nodes | checkpoint
158+
*all others* | nodes | proxy
152159
-->
153160
Kubelet API | 资源 | 子资源
154161
-------------|----------|------------
155162
/stats/\* | nodes | stats
156163
/metrics/\* | nodes | metrics
157164
/logs/\* | nodes | log
158165
/spec/\* | nodes | spec
166+
/checkpoint/\* | nodes | checkpoint
159167
**其它所有** | nodes | proxy
160168

161169
<!--

0 commit comments

Comments
 (0)