Skip to content

Commit

Permalink
Trivial: fix typo in aggregated-api-servers proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm committed Apr 20, 2017
1 parent f793f95 commit ca57370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregated-api-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ There are two configurations in which it makes sense to run `kube-aggregator`.
`api.mycompany.com/v1` from one apiserver and the replacement
`api.mycompany.com/v2` from another apiserver while you update clients. But
you can't serve `api.mycompany.com/v1/frobbers` and
`api.mcompany.com/v1/grobinators` from different apiservers. This restriction
`api.mycompany.com/v1/grobinators` from different apiservers. This restriction
allows us to limit the scope of `kube-aggregator` to a manageable level.
* Follow API conventions: APIs exposed by every API server should adhere to [kubernetes API
conventions](../devel/api-conventions.md).
Expand Down

0 comments on commit ca57370

Please sign in to comment.