Skip to content

Commit

Permalink
Merge pull request kubernetes#556 from ahmetb/pr-arc
Browse files Browse the repository at this point in the history
Fix broken link in architecture.md
  • Loading branch information
gyliu513 authored Apr 21, 2017
2 parents ca57370 + edadf91 commit ed0560d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/),
Expand Down

0 comments on commit ed0560d

Please sign in to comment.