kata-deploy: Remove cri_handler = cc

This won't be used anymore as we won't be depending on the forked
version of containerd.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-09-25 22:58:59 +02:00
parent 9fb0eb4076
commit 5e6cecf01a

View File

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