We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f57fd commit f21e99eCopy full SHA for f21e99e
content/zh/docs/reference/access-authn-authz/service-accounts-admin.md
@@ -115,7 +115,7 @@ It acts synchronously to modify pods as they are created or updated. When this p
115
1. 如果该 Pod 没有设置 `ServiceAccount`,将其 `ServiceAccount` 设为 `default`。
116
1. 保证 Pod 所引用的 `ServiceAccount` 确实存在,否则拒绝该 Pod。
117
1. 如果服务账号的 `automountServiceAccountToken` 或 Pod 的
118
- `automountServiceAccountToken` 都为设置为 `false`,则为 Pod 创建一个
+ `automountServiceAccountToken` 都未显示设置为 `false`,则为 Pod 创建一个
119
`volume`,在其中包含用来访问 API 的令牌。
120
1. 如果前一步中为服务账号令牌创建了卷,则为 Pod 中的每个容器添加一个
121
`volumeSource`,挂载在其 `/var/run/secrets/kubernetes.io/serviceaccount`
0 commit comments