mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 01:43:04 +00:00
Merge pull request #7463 from fidencio/topic/CCv0-converge-build-and-payload-scripts-follow-up-5
cc: kata-deploy: Configure cri-handler="cc"
This commit is contained in:
commit
61cbae6c39
@ -236,6 +236,7 @@ function configure_containerd_runtime() {
|
|||||||
cat <<EOF | tee -a "$containerd_conf_file"
|
cat <<EOF | tee -a "$containerd_conf_file"
|
||||||
[$runtime_table]
|
[$runtime_table]
|
||||||
runtime_type = "${runtime_type}"
|
runtime_type = "${runtime_type}"
|
||||||
|
cri_handler = "cc"
|
||||||
privileged_without_host_devices = true
|
privileged_without_host_devices = true
|
||||||
pod_annotations = ["io.katacontainers.*"]
|
pod_annotations = ["io.katacontainers.*"]
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user