fix typos in configure-aggregation-layer.md (#14650)

This commit is contained in:
wangyamei 2019-06-03 14:36:12 +08:00 committed by Kubernetes Prow Robot
parent 26fd321b68
commit 73ee4988cf
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ This section describes how the authentication and authorization flows work, and
The high-level flow is as follows:
1. Kubenetes apiserver: authenticate the requesting user and authorize their rights to the requested API path.
2. Kubenetes apiserver: proxy the request to the extension apiserver
1. Kubernetes apiserver: authenticate the requesting user and authorize their rights to the requested API path.
2. Kubernetes apiserver: proxy the request to the extension apiserver
3. Extension apiserver: authenticate the request from the Kubernetes apiserver
4. Extension apiserver: authorize the request from the original user
5. Extension apiserver: execute