feat(doc): add Core Scheduling documentation

Adding documentation for the Core Scheduling feature.

Signed-off-by: Romain Aviolat <r.aviolat@gmail.com>
This commit is contained in:
Romain Aviolat 2021-10-16 00:05:02 +02:00
parent 10d9d1a60f
commit 3b73922fba
No known key found for this signature in database
GPG Key ID: AAE0F5B36C8102C2

View File

@ -42,6 +42,10 @@ Imported files will overwrite simple fields like `int` or
Imported files are also versioned, and the version can't be higher than
the main config.
**sched_core**
: Core scheduling is a feature that allows only trusted tasks to run concurrently
on cpus sharing compute resources (eg: hyperthreads on a core).
**[grpc]**
: Section for gRPC socket listener settings. Contains three properties:
- **address** (Default: "/run/containerd/containerd.sock")
@ -93,6 +97,7 @@ root = "/var/lib/containerd"
state = "/run/containerd"
oom_score = 0
imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
sched_core = true
[grpc]
address = "/run/containerd/containerd.sock"