mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Fix typo in DESIGN.md
This commit is contained in:
parent
25e712a6bc
commit
ab8b3e6c08
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user