diff options
| author | Guang Ya Liu <gyliu513@gmail.com> | 2017-04-21 09:24:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-21 09:24:06 +0800 |
| commit | 5852be47caf32944358e3f0732b2b5a90b9adafa (patch) | |
| tree | ff8744b396eac7215dc9be6077ea563e449c2159 | |
| parent | 249c8162b94ab4d2cec701d262d4a89dd346f400 (diff) | |
| parent | 0227b78f3f7c8f10510ba05231c134b89ca5778a (diff) | |
Merge pull request #555 from tengqm/fix-typo-design-prop
Trivial: fix typo in aggregated-api-servers proposal
| -rw-r--r-- | contributors/design-proposals/aggregated-api-servers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/aggregated-api-servers.md b/contributors/design-proposals/aggregated-api-servers.md index 7bed003c..676c81a3 100644 --- a/contributors/design-proposals/aggregated-api-servers.md +++ b/contributors/design-proposals/aggregated-api-servers.md @@ -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). |
