[zh-cn] sync setup-extension-api-server.md

Signed-off-by: SSmallMonster <mingming.zhou@daocloud.io>
pull/40146/head
SSmallMonster 2023-03-20 13:48:33 +08:00
parent 0cb5f55a91
commit a246d0ea11
No known key found for this signature in database
GPG Key ID: 66E9F9DD8E2A911B
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Setting up an extension API server to work the aggregation layer allows the Kube
<!-- steps -->
<!--
## Setup an extension api-server to work with the aggregation layer
## Set up an extension api-server to work with the aggregation layer
The following steps describe how to set up an extension-apiserver *at a high level*. These steps apply regardless if you're using YAML configs or using APIs. An attempt is made to specifically identify any differences between the two. For a concrete example of how they can be implemented using YAML configs, you can look at the [sample-apiserver](https://github.com/kubernetes/sample-apiserver/blob/master/README.md) in the Kubernetes repo.