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:
Fabiano Fidêncio 2023-07-26 14:00:28 +02:00 committed by GitHub
commit 61cbae6c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,6 +236,7 @@ function configure_containerd_runtime() {
cat <<EOF | tee -a "$containerd_conf_file"
[$runtime_table]
runtime_type = "${runtime_type}"
cri_handler = "cc"
privileged_without_host_devices = true
pod_annotations = ["io.katacontainers.*"]
EOF