Fix kube-controller-manager description
The item and their description was shown as different items at the same indentation level. This just moves de description so it's clear it is not a new item and is just the description of the previous item.pull/115/head
parent
b840399f4a
commit
9df5b9ea56
docs/admin
|
@ -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
|
controller object in the system.
|
||||||
* Responsible for maintaining the correct number of pods for every replication
|
* Endpoints Controller: Populates the Endpoints object (i.e., join Services & Pods).
|
||||||
controller object in the system.
|
* Service Account & Token Controllers: Create default accounts and API access tokens for new namespaces.
|
||||||
* Endpoints Controller
|
|
||||||
* Populates the Endpoints object (i.e., join Services & Pods).
|
|
||||||
* Service Account & Token Controllers
|
|
||||||
* Create default accounts and API access tokens for new namespaces.
|
|
||||||
* ... and others.
|
* ... and others.
|
||||||
|
|
||||||
### kube-scheduler
|
### kube-scheduler
|
||||||
|
|
Loading…
Reference in New Issue