File tree Expand file tree Collapse file tree 3 files changed +4
-158
lines changed Expand file tree Collapse file tree 3 files changed +4
-158
lines changed Original file line number Diff line number Diff line change 1
1
# Introduction
2
2
3
3
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.
8
8
9
9
Policies are applied by either modifying a request before forwarding it or
10
10
by performing extra actions related to the request during its processing and
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments