mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-14 02:54:21 +01:00
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:
@@ -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.*"]
|
||||
|
||||
Reference in New Issue
Block a user