mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 09:49:35 +00: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:
parent
9fb0eb4076
commit
5e6cecf01a
@ -308,7 +308,6 @@ 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"
|
|
||||||
snapshotter = "${SNAPSHOTTER}"
|
snapshotter = "${SNAPSHOTTER}"
|
||||||
privileged_without_host_devices = true
|
privileged_without_host_devices = true
|
||||||
pod_annotations = ["io.katacontainers.*"]
|
pod_annotations = ["io.katacontainers.*"]
|
||||||
|
Loading…
Reference in New Issue
Block a user