From edadf919cadb51f2b7c0d5903925b1d746915fdb Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 20 Apr 2017 10:11:44 -0700 Subject: [PATCH] Fix broken link in architecture.md Signed-off-by: Ahmet Alp Balkan --- architecture.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/architecture.md b/architecture.md index 3dac164e186..28ccc3f617f 100644 --- a/architecture.md +++ b/architecture.md @@ -213,8 +213,9 @@ agent. Each node runs a container runtime, which is responsible for downloading images and running containers. -Kubelet does not link in the base container runtime. Instead, we're defining a [Container Runtime Interface] -(container-runtime-interface-v1.md) to control the underlying runtime and facilitate pluggability of that layer. +Kubelet does not link in the base container runtime. Instead, we're defining a +[Container Runtime Interface](container-runtime-interface-v1.md) to control the +underlying runtime and facilitate pluggability of that layer. This decoupling is needed in order to maintain clear component boundaries, facilitate testing, and facilitate pluggability. Runtimes supported today, either upstream or by forks, include at least docker (for Linux and Windows), [rkt](https://kubernetes.io/docs/getting-started-guides/rkt/),