From ab8b3e6c086e5dae685d04b7558ae2e33c62458a Mon Sep 17 00:00:00 2001 From: Haney Maxwell Date: Tue, 10 Jun 2014 13:58:07 -0700 Subject: [PATCH] Fix typo in DESIGN.md --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index 3e88ff179b5..1aaaaf888c6 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -76,7 +76,7 @@ Beyond just servicing REST operations, validating them and storing them in `etcd ### Kubernetes Controller Manager Server -The `repliationController` type described above isn't strictly necessary for Kubernetes to be useful. It is really a service that is layered on top of the simple `pod` API. To enforce this layering, the logic for the repliationController is actually broken out into another server. This server watches `etcd` for changes to `replicationController` objects and then uses the public Kubernetes API to implement the repliation algorithm. +The `replicationController` type described above isn't strictly necessary for Kubernetes to be useful. It is really a service that is layered on top of the simple `pod` API. To enforce this layering, the logic for the replicationController is actually broken out into another server. This server watches `etcd` for changes to `replicationController` objects and then uses the public Kubernetes API to implement the replication algorithm. ### Key Concept: Labels