Skip to content

Commit 2a790f2

Browse files
committed
[zh-cn]sync rbac.md
Signed-off-by: xin.li <[email protected]>
1 parent 2cd81f9 commit 2a790f2

File tree

1 file changed

+4
-2
lines changed
  • content/zh-cn/docs/reference/access-authn-authz

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,12 +1621,14 @@ Allows access to the resources required by most <a href="/docs/concepts/storage/
16211621
Allows read access to control-plane monitoring endpoints
16221622
(i.e. {{< glossary_tooltip term_id="kube-apiserver" text="kube-apiserver" >}} liveness and readiness endpoints
16231623
(<tt>/healthz</tt>, <tt>/livez</tt>, <tt>/readyz</tt>), the individual health-check endpoints
1624-
(<tt>/healthz/*</tt>, <tt>/livez/*</tt>, <tt>/readyz/*</tt>), and <tt>/metrics</tt>).
1624+
(<tt>/healthz/*</tt>, <tt>/livez/*</tt>, <tt>/readyz/*</tt>), <tt>/metrics</tt>),
1625+
, and causes the kube-apiserver to respect the traceparent header provided with requests for tracing.
16251626
Note that individual health check endpoints and the metric endpoint may expose sensitive information.
16261627
-->
16271628
允许对控制平面监控端点的读取访问(例如:{{< glossary_tooltip term_id="kube-apiserver" text="kube-apiserver" >}}
16281629
存活和就绪端点(<tt>/healthz</tt>、<tt>/livez</tt>、<tt>/readyz</tt>),
1629-
各个健康检查端点(<tt>/healthz/*</tt>、<tt>/livez/*</tt>、<tt>/readyz/*</tt>)和 <tt>/metrics</tt>)。
1630+
各个健康检查端点(<tt>/healthz/*</tt>、<tt>/livez/*</tt>、<tt>/readyz/*</tt>、<tt>/metrics</tt>),
1631+
以及导致 kube-apiserver 尊重跟踪请求中提供的 traceparent 标头。
16301632
请注意,各个运行状况检查端点和度量标准端点可能会公开敏感信息。
16311633
</td>
16321634
</tr>

0 commit comments

Comments
 (0)