Merge pull request #40465 from asa3311/sync-service-accounts-admin

[zh-cn] sync service-accounts-admin
pull/40479/head
Kubernetes Prow Robot 2023-04-03 18:53:50 -07:00 committed by GitHub
commit ffee8be810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -117,13 +117,13 @@ Kubernetes 区分用户账号和服务账号的概念,主要基于以下原因
<!--
By default, the Kubernetes control plane (specifically, the
[ServiceAccount admission controller](#service-account-admission-controller))
[ServiceAccount admission controller](#serviceaccount-admission-controller))
adds a [projected volume](/docs/concepts/storage/projected-volumes/) to Pods,
and this volume includes a token for Kubernetes API access.
Here's an example of how that looks for a launched Pod:
-->
默认情况下Kubernetes 控制平面(特别是 [ServiceAccount 准入控制器](#service-account-admission-controller)
默认情况下Kubernetes 控制平面(特别是 [ServiceAccount 准入控制器](#serviceaccount-admission-controller)
添加一个[投射卷](/zh-cn/docs/concepts/storage/projected-volumes/)到 Pod
此卷包括了访问 Kubernetes API 的令牌。