File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,13 @@ Kubernetes 区分用户账号和服务账号的概念,主要基于以下原因
117
117
118
118
<!--
119
119
By default, the Kubernetes control plane (specifically, the
120
- [ServiceAccount admission controller](#service-account -admission-controller))
120
+ [ServiceAccount admission controller](#serviceaccount -admission-controller))
121
121
adds a [projected volume](/docs/concepts/storage/projected-volumes/) to Pods,
122
122
and this volume includes a token for Kubernetes API access.
123
123
124
124
Here's an example of how that looks for a launched Pod:
125
125
-->
126
- 默认情况下,Kubernetes 控制平面(特别是 [ ServiceAccount 准入控制器] ( #service-account -admission-controller ) )
126
+ 默认情况下,Kubernetes 控制平面(特别是 [ ServiceAccount 准入控制器] ( #serviceaccount -admission-controller ) )
127
127
添加一个[ 投射卷] ( /zh-cn/docs/concepts/storage/projected-volumes/ ) 到 Pod,
128
128
此卷包括了访问 Kubernetes API 的令牌。
129
129
You can’t perform that action at this time.
0 commit comments