Skip to content

Commit b16c4c9

Browse files
committed
correct typo in page setup-extension-api-server
1 parent b089cf0 commit b16c4c9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

content/zh/docs/tasks/extend-kubernetes/setup-extension-api-server.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ Alternatively, you can use an existing 3rd party solution, such as [apiserver-bu
8282
1. Create a Kubernetes role binding from the service account in your namespace to the `extension-apiserver-authentication-reader` role. This allows your extension api-server to access the `extension-apiserver-authentication` configmap.
8383
-->
8484
8. 确保你的扩展 apiserver 从该卷中加载了那些证书,并在 HTTPS 握手过程中使用它们。
85-
9. 在你的命令空间中创建一个 Kubernetes 服务账号。
85+
9. 在你的命名空间中创建一个 Kubernetes 服务账号。
8686
10. 为资源允许的操作创建 Kubernetes 集群角色。
87-
11. 用你命令空间中的服务账号创建一个 Kubernetes 集群角色绑定,绑定到你创建的角色上。
88-
12. 用你命令空间中的服务账号创建一个 Kubernetes 集群角色绑定,绑定到 `system:auth-delegator`
87+
11. 用你命名空间中的服务账号创建一个 Kubernetes 集群角色绑定,绑定到你创建的角色上。
88+
12. 用你命名空间中的服务账号创建一个 Kubernetes 集群角色绑定,绑定到 `system:auth-delegator`
8989
集群角色,以将 auth 决策委派给 Kubernetes 核心 API 服务器。
90-
13. 以你命令空间中的服务账号创建一个 Kubernetes 集群角色绑定,绑定到
90+
13. 以你命名空间中的服务账号创建一个 Kubernetes 集群角色绑定,绑定到
9191
`extension-apiserver-authentication-reader` 角色。
9292
这将让你的扩展 api-server 能够访问 `extension-apiserver-authentication` configmap。
9393

@@ -114,4 +114,3 @@ Alternatively, you can use an existing 3rd party solution, such as [apiserver-bu
114114
并启用 apiserver 的相关参数。
115115
* 高级概述,请参阅[使用聚合层扩展 Kubernetes API](/zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation)
116116
* 了解如何[使用 Custom Resource Definition 扩展 Kubernetes API](/zh/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/)
117-

0 commit comments

Comments
 (0)