From 57f75e5e2b0ec73e87ac6869e89415d9b75e5b66 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Mon, 14 Mar 2016 12:35:24 -0300 Subject: [PATCH] Fix listing kubelet responsabilities --- docs/admin/cluster-components.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/admin/cluster-components.md b/docs/admin/cluster-components.md index bde4d5334f1b8..31520e7f9359f 100644 --- a/docs/admin/cluster-components.md +++ b/docs/admin/cluster-components.md @@ -110,14 +110,15 @@ the Kubernetes runtime environment. ### kubelet [kubelet](/docs/admin/kubelet) is the primary node agent. It: + * Watches for pods that have been assigned to its node (either by apiserver or via local configuration file) and: - * Mounts the pod's required volumes - * Downloads the pod's secrets - * Run the pod's containers via docker (or, experimentally, rkt). - * Periodically executes any requested container liveness probes. - * Reports the status of the pod back to the rest of the system, by creating a - "mirror pod" if necessary. +* Mounts the pod's required volumes +* Downloads the pod's secrets +* Run the pod's containers via docker (or, experimentally, rkt). +* Periodically executes any requested container liveness probes. +* Reports the status of the pod back to the rest of the system, by creating a + "mirror pod" if necessary. * Reports the status of the node back to the rest of the system. ### kube-proxy