You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +45,7 @@ Normal users cannot be added to a cluster through an API call.
43
45
Kubernetes 假定普通用户是由一个与集群无关的服务通过以下方式之一进行管理的:
44
46
45
47
- 负责分发私钥的管理员
46
-
- 类似 Keystone 或者 Google Accounts 这类用户数据库
48
+
- 类似 Keystone 或者 Google Account 这类用户数据库
47
49
- 包含用户名和密码列表的文件
48
50
49
51
有鉴于此,**Kubernetes 并不包含用来代表普通用户账号的对象**。
@@ -3168,10 +3170,10 @@ You can only make `SelfSubjectReview` requests if:
3168
3170
3169
3171
<!--
3170
3172
* To learn about issuing certificates for users, read [Issue a Certificate for a Kubernetes API Client Using A CertificateSigningRequest](/docs/tasks/tls/certificate-issue-client-csr/)
3171
-
* Read the [client authentication reference (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/)
3172
3173
* Read the [client authentication reference (v1)](/docs/reference/config-api/client-authentication.v1/)
3174
+
* Read the [client authentication reference (v1beta1)](/docs/reference/config-api/client-authentication.v1beta1/)
3173
3175
-->
3174
3176
* 要了解为用户颁发证书的有关信息,
3175
3177
阅读[使用 CertificateSigningRequest 为 Kubernetes API 客户端颁发证书](/zh-cn/docs/tasks/tls/certificate-issue-client-csr/)。
0 commit comments