Skip to content

Commit c2003c5

Browse files
authored
Merge pull request #41387 from yeqiugt/main
修复{#manually-create-a-long-lived-api-token-for-a-serviceaccount}在页面显示的bug
2 parents 31142aa + 2fb6109 commit c2003c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/configure-pod-container/configure-service-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ subresource to obtain a token to access the API is recommended instead.
338338
If you want to obtain an API token for a ServiceAccount, you create a new Secret
339339
with a special annotation, `kubernetes.io/service-account.name`.
340340
-->
341-
### 手动为 ServiceAccount 创建长期有效的 API 令牌 {#manually-create-a-long-lived-api-token-for-a-serviceaccount}
341+
### 手动为 ServiceAccount 创建长期有效的 API 令牌 {#manually-create-a-long-lived-api-token-for-a-serviceaccount}
342342

343343
如果你需要为 ServiceAccount 获得一个 API 令牌,你可以创建一个新的、带有特殊注解
344344
`kubernetes.io/service-account.name` 的 Secret 对象。

0 commit comments

Comments
 (0)