Merge pull request #115 from rata/cluster-components
Fix kube-controller-manager description
This commit is contained in:
@@ -44,15 +44,11 @@ process.
|
|||||||
|
|
||||||
These controllers include:
|
These controllers include:
|
||||||
|
|
||||||
* Node Controller
|
* Node Controller: Responsible for noticing & responding when nodes go down.
|
||||||
* Responsible for noticing & responding when nodes go down.
|
* Replication Controller: Responsible for maintaining the correct number of pods for every replication
|
||||||
* Replication Controller
|
|
||||||
* Responsible for maintaining the correct number of pods for every replication
|
|
||||||
controller object in the system.
|
controller object in the system.
|
||||||
* Endpoints Controller
|
* Endpoints Controller: Populates the Endpoints object (i.e., join Services & Pods).
|
||||||
* Populates the Endpoints object (i.e., join Services & Pods).
|
* Service Account & Token Controllers: Create default accounts and API access tokens for new namespaces.
|
||||||
* Service Account & Token Controllers
|
|
||||||
* Create default accounts and API access tokens for new namespaces.
|
|
||||||
* ... and others.
|
* ... and others.
|
||||||
|
|
||||||
### kube-scheduler
|
### kube-scheduler
|
||||||
|
|||||||
Reference in New Issue
Block a user