diff --git a/content/zh/docs/tasks/configure-pod-container/configure-service-account.md b/content/zh/docs/tasks/configure-pod-container/configure-service-account.md index bf9f9bf87e8..22cc4d2a92f 100644 --- a/content/zh/docs/tasks/configure-pod-container/configure-service-account.md +++ b/content/zh/docs/tasks/configure-pod-container/configure-service-account.md @@ -3,7 +3,6 @@ title: 为 Pod 配置服务账户 content_type: task weight: 90 --- - -## 为服务账户添加 ImagePullSecrets {#add-imagepullsecrets-to-a-service-account} +## 为服务账户添加 ImagePullSecrets {#add-imagepullsecrets-to-a-service-account} ### 创建 ImagePullSecret @@ -283,7 +282,7 @@ The content of `token` is elided here. 输出类似于: - ``` + ``` NAME TYPE DATA AGE myregistrykey   kubernetes.io/.dockerconfigjson   1       1d ``` @@ -562,10 +561,14 @@ JWKS URI is required to use the `https` scheme. ## {{% heading "whatsnext" %}} +另请参见: + - [服务账号的集群管理员指南](/zh/docs/reference/access-authn-authz/service-accounts-admin/) - [服务账号签署密钥检索 KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/20190730-oidc-discovery.md) - [OIDC 发现规范](https://openid.net/specs/openid-connect-discovery-1_0.html)