Merge pull request #48 from hmrm/patch-1

Fix typo in DESIGN.md
This commit is contained in:
Daniel Smith 2014-06-10 20:10:39 -07:00
commit fd5d98f21b

View File

@ -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