Skip to content

Commit 3ebd3ac

Browse files
committed
scripts, docs: remove references to dockershim.
1 parent 96f634e commit 3ebd3ac

File tree

3 files changed

+4
-158
lines changed

3 files changed

+4
-158
lines changed

docs/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Introduction
22

33
CRI Resource Manager is a Container Runtime Interface Proxy. It sits between
4-
clients and the actual Container Runtime implementation (containerd, cri-o,
5-
dockershim+docker), relaying requests and responses back and forth. The main
6-
purpose of the proxy is to apply hardware-aware resource allocation policies
7-
to the containers running in the system.
4+
clients and the actual Container Runtime implementation (containerd, cri-o)
5+
relaying requests and responses back and forth. The main purpose of the proxy
6+
is to apply hardware-aware resource allocation policies to the containers
7+
running in the system.
88

99
Policies are applied by either modifying a request before forwarding it or
1010
by performing extra actions related to the request during its processing and

scripts/testing/dockershim

Lines changed: 0 additions & 68 deletions
This file was deleted.

scripts/testing/kubelet

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)