Remove reference to dockershim.

This commit is contained in:
Yifan Gu 2016-09-29 19:50:20 -07:00
parent 7d824ba47f
commit 2d76b9f240

View File

@ -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*.