Fix typo in DESIGN.md

This commit is contained in:
Haney Maxwell 2014-06-10 13:58:07 -07:00
parent 25e712a6bc
commit ab8b3e6c08

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