summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuang Ya Liu <gyliu513@gmail.com>2017-04-21 10:29:20 +0800
committerGitHub <noreply@github.com>2017-04-21 10:29:20 +0800
commit2fd0199d43ca220df9fcef5f18200d70f89247f3 (patch)
tree6be9330e9c100cc398ce01022ac43ebe8979e99f
parent97f976240904b405ba1f74f47dfbbaa402acf13c (diff)
parentcc1cdf79dc084ef340a9219b806c0e35e1339156 (diff)
Merge pull request #556 from ahmetb/pr-arc
Fix broken link in architecture.md
-rw-r--r--contributors/design-proposals/architecture.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/contributors/design-proposals/architecture.md b/contributors/design-proposals/architecture.md
index 3dac164e..28ccc3f6 100644
--- a/contributors/design-proposals/architecture.md
+++ b/contributors/design-proposals/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/),