kata-deploy: Remove useless comment from CRI-O drop-in

The comment adds absolutely nothing to the runtime handler added, and
it'd make our life slightly harder to properly say which VMM is being
used when setting the default `kata` handler.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2023-12-13 09:50:15 +01:00
parent dd9f5b07b9
commit e618949937

View File

@@ -309,7 +309,6 @@ function configure_crio_runtime() {
cat <<EOF | tee -a "$crio_drop_in_conf_file"
# Path to the Kata Containers runtime binary that uses the $1
[$kata_conf]
runtime_path = "${kata_path}"
runtime_type = "vm"