From 598ea7780b473524f1bc6a53176a349c5f2800dd Mon Sep 17 00:00:00 2001 From: Blake Haggerty Date: Thu, 6 Oct 2016 04:13:21 -0700 Subject: [PATCH 1/2] changed wording - "docker" to "container runtime" --- architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture.md b/architecture.md index 95e3aef46be..7477f0dee8d 100644 --- a/architecture.md +++ b/architecture.md @@ -17,7 +17,7 @@ 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 +Each node runs a container runtime (like Docker, rkt or Hyper) The container runtime is responsible for downloading images and running containers. ### `kubelet` From 0e3ce9a4652e6941dbad1134df630842349bd32f Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Thu, 1 Dec 2016 15:30:20 +0100 Subject: [PATCH 2/2] architecture: fix sentence formatting --- architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/architecture.md b/architecture.md index 7477f0dee8d..91043892ac0 100644 --- a/architecture.md +++ b/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 a container runtime (like Docker, rkt or Hyper) The container runtime is responsible for -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`