Merge pull request #6128 from xens/feat/doc_sched_core

Adding documentation for Core Scheduling
This commit is contained in:
Phil Estes 2021-10-20 11:35:37 -04:00 committed by GitHub
commit ac5790c8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 Imported files are also versioned, and the version can't be higher than
the main config. 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]** **[grpc]**
: Section for gRPC socket listener settings. Contains three properties: : Section for gRPC socket listener settings. Contains three properties:
- **address** (Default: "/run/containerd/containerd.sock") - **address** (Default: "/run/containerd/containerd.sock")
@ -93,6 +97,7 @@ root = "/var/lib/containerd"
state = "/run/containerd" state = "/run/containerd"
oom_score = 0 oom_score = 0
imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"] imports = ["/etc/containerd/runtime_*.toml", "./debug.toml"]
sched_core = true
[grpc] [grpc]
address = "/run/containerd/containerd.sock" address = "/run/containerd/containerd.sock"