From 3b41c15de84ede5c002764f49f07e186345e96ba Mon Sep 17 00:00:00 2001 From: Xingcai Zhang Date: Sat, 21 Oct 2017 21:58:44 +0800 Subject: Update special name for kubernetes --- contributors/design-proposals/architecture/0000-kep-template.md | 2 +- .../architecture/1-kubernetes-enhancement-proposal-process.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contributors/design-proposals/architecture/0000-kep-template.md b/contributors/design-proposals/architecture/0000-kep-template.md index 76d57fbd..8ba4da4a 100644 --- a/contributors/design-proposals/architecture/0000-kep-template.md +++ b/contributors/design-proposals/architecture/0000-kep-template.md @@ -165,7 +165,7 @@ Major milestones in the life cycle of a KEP should be tracked in design - the date implementation started - the first Kubernetes release where an initial version of the KEP was available -- the version of Kubneretes where the KEP graduated to general availability +- the version of Kubernetes where the KEP graduated to general availability - when the KEP was retired or superseded ## Drawbacks [optional] diff --git a/contributors/design-proposals/architecture/1-kubernetes-enhancement-proposal-process.md b/contributors/design-proposals/architecture/1-kubernetes-enhancement-proposal-process.md index ecea9a00..ff50b829 100644 --- a/contributors/design-proposals/architecture/1-kubernetes-enhancement-proposal-process.md +++ b/contributors/design-proposals/architecture/1-kubernetes-enhancement-proposal-process.md @@ -289,7 +289,7 @@ with the following example structure │   └── retired ├── sig-node │   ├── deferred -│   ├── kublet +│   ├── kubelet │   ├── orphaned │   └── retired ├── sig-release -- cgit v1.2.3 From 5939e2abb179bfd4eede8558415fbe9cb6e93c06 Mon Sep 17 00:00:00 2001 From: Xingcai Zhang Date: Sat, 21 Oct 2017 22:02:20 +0800 Subject: update kube --- contributors/design-proposals/scalability/kubemark.md | 4 ++-- contributors/design-proposals/scalability/scalability-testing.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contributors/design-proposals/scalability/kubemark.md b/contributors/design-proposals/scalability/kubemark.md index 95888c94..e5f4b26b 100644 --- a/contributors/design-proposals/scalability/kubemark.md +++ b/contributors/design-proposals/scalability/kubemark.md @@ -45,8 +45,8 @@ components on non-default ports, and in the same time will allow to run multiple generate credentials for cluster communication and pass them to HollowKubelet/HollowProxy to use. Master will treat all HollowNodes as normal ones. -![Kubmark architecture diagram for option 1](Kubemark_architecture.png?raw=true "Kubemark architecture overview") -*Kubmark architecture diagram for option 1* +![Kubemark architecture diagram for option 1](Kubemark_architecture.png?raw=true "Kubemark architecture overview") +*Kubemark architecture diagram for option 1* ### Option 2 diff --git a/contributors/design-proposals/scalability/scalability-testing.md b/contributors/design-proposals/scalability/scalability-testing.md index d0fcd1be..ae3e3534 100644 --- a/contributors/design-proposals/scalability/scalability-testing.md +++ b/contributors/design-proposals/scalability/scalability-testing.md @@ -19,7 +19,7 @@ Once we have a better understanding of their consequences, we may want to decide to drop one of them, but we are not yet in that position. -## Proposal 1 - Kubmark +## Proposal 1 - Kubemark In this proposal we are focusing on scalability testing of master components. We do NOT focus on node-scalability - this issue should be handled separately. -- cgit v1.2.3