Fix listing kubelet responsabilities

This commit is contained in:
Rodrigo Campos
2016-03-14 12:35:24 -03:00
parent b840399f4a
commit 57f75e5e2b
+6 -5
View File
@@ -110,13 +110,14 @@ the Kubernetes runtime environment.
### kubelet ### kubelet
[kubelet](/docs/admin/kubelet) is the primary node agent. It: [kubelet](/docs/admin/kubelet) is the primary node agent. It:
* Watches for pods that have been assigned to its node (either by apiserver * Watches for pods that have been assigned to its node (either by apiserver
or via local configuration file) and: or via local configuration file) and:
* Mounts the pod's required volumes * Mounts the pod's required volumes
* Downloads the pod's secrets * Downloads the pod's secrets
* Run the pod's containers via docker (or, experimentally, rkt). * Run the pod's containers via docker (or, experimentally, rkt).
* Periodically executes any requested container liveness probes. * Periodically executes any requested container liveness probes.
* Reports the status of the pod back to the rest of the system, by creating a * Reports the status of the pod back to the rest of the system, by creating a
"mirror pod" if necessary. "mirror pod" if necessary.
* Reports the status of the node back to the rest of the system. * Reports the status of the node back to the rest of the system.