Update aggregated-api-servers.md

This commit is contained in:
Zhang Xingcai 2017-10-13 23:02:42 +08:00 committed by GitHub
parent 6dd32b68ba
commit ef39f0c054
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ There are two configurations in which it makes sense to run `kube-aggregator`.
* Follow API conventions: APIs exposed by every API server should adhere to [kubernetes API
conventions](../devel/api-conventions.md).
* Support discovery API: Each API server should support the kubernetes discovery API
(list the suported groupVersions at `/apis` and list the supported resources
(list the supported groupVersions at `/apis` and list the supported resources
at `/apis/<groupVersion>/`)
* No bootstrap problem: The core kubernetes apiserver must not depend on any
other aggregated server to come up. Non-core apiservers may use other non-core