update containerd.options key name (#12170)

This commit is contained in:
bin.pan
2025-05-03 14:27:55 +08:00
committed by GitHub
parent f58a6e2057
commit 6f0fc020e8
2 changed files with 4 additions and 4 deletions

View File

@@ -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
```