Skip to content

Commit

Permalink
Fix typo in DESIGN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmrm committed Jun 10, 2014
1 parent 25e712a commit ab8b3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ab8b3e6

Please sign in to comment.