From 9df5b9ea564473c669b4974ea73be7d983791d3a Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Mon, 14 Mar 2016 12:20:27 -0300 Subject: [PATCH] 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. --- docs/admin/cluster-components.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/admin/cluster-components.md b/docs/admin/cluster-components.md index bde4d5334f1b8..5c7c4c2699d51 100644 --- a/docs/admin/cluster-components.md +++ b/docs/admin/cluster-components.md @@ -44,15 +44,11 @@ process. These controllers include: -* Node Controller - * Responsible for noticing & responding when nodes go down. -* Replication Controller - * Responsible for maintaining the correct number of pods for every replication - controller object in the system. -* 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. +* Node Controller: Responsible for noticing & responding when nodes go down. +* Replication Controller: Responsible for maintaining the correct number of pods for every replication + controller object in the system. +* 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. ### kube-scheduler