summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhor Dvoretskyi <ihor.dvoretskyi@gmail.com>2016-12-01 23:20:45 +0200
committerGitHub <noreply@github.com>2016-12-01 23:20:45 +0200
commit148fff443dcab5f673b5e90c1e461c328e4b0373 (patch)
treead40c4163e421d1e118f4e7da9c7ad848b70fbe1
parent951a986f8933e18fab6f354d2506e9cd86332a48 (diff)
parent4252d8773ef14287d15e9a60364c85b165bdea69 (diff)
Merge pull request #119 from jonboulle/master
architecture: make runtime reference more generic
-rw-r--r--contributors/design-proposals/architecture.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/architecture.md b/contributors/design-proposals/architecture.md
index 95e3aef4..91043892 100644
--- a/contributors/design-proposals/architecture.md
+++ b/contributors/design-proposals/architecture.md
@@ -17,8 +17,8 @@ plane.
The Kubernetes node has the services necessary to run application containers and
be managed from the master systems.
-Each node runs Docker, of course. Docker takes care of the details of
-downloading images and running containers.
+Each node runs a container runtime (like Docker, rkt or Hyper). The container
+runtime is responsible for downloading images and running containers.
### `kubelet`