bin.pan
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
4 deletions
-
docs/CRI/containerd.md
-
roles/container-engine/containerd/defaults/main.yml
|
|
@ -68,8 +68,8 @@ containerd_runc_runtime: |
|
|
|
engine: "" |
|
|
|
root: "" |
|
|
|
options: |
|
|
|
systemdCgroup: "false" |
|
|
|
binaryName: /usr/local/bin/my-runc |
|
|
|
SystemdCgroup: "false" |
|
|
|
BinaryName: /usr/local/bin/my-runc |
|
|
|
base_runtime_spec: cri-base.json |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
@ -17,8 +17,8 @@ containerd_runc_runtime: |
|
|
|
root: "" |
|
|
|
base_runtime_spec: cri-base.json |
|
|
|
options: |
|
|
|
systemdCgroup: "{{ containerd_use_systemd_cgroup | ternary('true', 'false') }}" |
|
|
|
binaryName: "{{ bin_dir }}/runc" |
|
|
|
SystemdCgroup: "{{ containerd_use_systemd_cgroup | ternary('true', 'false') }}" |
|
|
|
BinaryName: "{{ bin_dir }}/runc" |
|
|
|
|
|
|
|
containerd_additional_runtimes: [] |
|
|
|
# Example for Kata Containers as additional runtime: |
|
|
|