summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Gu <yifan.gu@coreos.com>2016-09-29 19:50:20 -0700
committerYifan Gu <yifan.gu@coreos.com>2016-09-29 19:50:20 -0700
commit7953059982acd2ca43acb81069916962f0d87977 (patch)
tree3edd80454619cad9c9bbd18d671fd9b7e2d0ca88
parentb16563823ce6dd01edab35f4bf510588539868b7 (diff)
Remove reference to dockershim.
-rw-r--r--kubelet-rkt-runtime.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/kubelet-rkt-runtime.md b/kubelet-rkt-runtime.md
index 2779e4f5..e5a7bdc9 100644
--- a/kubelet-rkt-runtime.md
+++ b/kubelet-rkt-runtime.md
@@ -73,8 +73,6 @@ In order to fulfill the above goals, the rkt CRI integration will make the follo
The current rkt container runtime integration is able to be deployed simply by deploying the kubelet binary.
-Similarly, the Docker integration (as visible in the [dockershim](https://github.com/kubernetes/kubernetes/blob/v1.5.0-alpha.0/pkg/kubelet/api/v1alpha1/runtime/api.proto) package) is making the choice to remain there.
-
This is, in no small part, to make it *Easy to Deploy*.
Remaining in-process also helps this integration not regress on performance, one axis of being *Full-Featured*.