Skip to content

Commit

Permalink
Merge pull request kubernetes#116 from rata/cluster-components-kubelet
Browse files Browse the repository at this point in the history
Fix listing kubelet responsabilities
  • Loading branch information
johndmulhausen committed Mar 16, 2016
2 parents 38f88b3 + 57f75e5 commit 46ba979
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/admin/cluster-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,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
Expand Down

0 comments on commit 46ba979

Please sign in to comment.