Skip to content

Commit 8e8257a

Browse files
authored
Update configure-service-account.md
put a missing line back
1 parent e1e4cde commit 8e8257a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: 为 Pod 配置服务账户
33
content_type: task
44
weight: 90
55
---
6-
76
<!--
87
reviewers:
98
- bprashanth
@@ -259,7 +258,7 @@ The content of `token` is elided here.
259258
260259
- Create an imagePullSecret, as described in [Specifying ImagePullSecret on a Pod](/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod).
261260
-->
262-
## 为服务账户添加 ImagePullSecrets {#add-imagepullsecrets-to-a-service-account}
261+
## 为服务账户添加 ImagePullSecrets {#add-imagepullsecrets-to-a-service-account}
263262

264263
### 创建 ImagePullSecret
265264

@@ -283,7 +282,7 @@ The content of `token` is elided here.
283282
<!-- The output is similar to this: -->
284283
输出类似于:
285284

286-
```
285+
```
287286
NAME TYPE DATA AGE
288287
myregistrykey   kubernetes.io/.dockerconfigjson   1       1d
289288
```
@@ -562,10 +561,14 @@ JWKS URI is required to use the `https` scheme.
562561
## {{% heading "whatsnext" %}}
563562

564563
<!--
564+
See also:
565+
565566
- [Cluster Admin Guide to Service Accounts](/docs/reference/access-authn-authz/service-accounts-admin/)
566567
- [Service Account Signing Key Retrieval KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/20190730-oidc-discovery.md)
567568
- [OIDC Discovery Spec](https://openid.net/specs/openid-connect-discovery-1_0.html)
568569
-->
570+
另请参见:
571+
569572
- [服务账号的集群管理员指南](/zh/docs/reference/access-authn-authz/service-accounts-admin/)
570573
- [服务账号签署密钥检索 KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/20190730-oidc-discovery.md)
571574
- [OIDC 发现规范](https://openid.net/specs/openid-connect-discovery-1_0.html)

0 commit comments

Comments
 (0)