mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 03:26:37 +00:00
kata-deploy: Use shim's absolute path for crio's runtime_path
This will allow us, in the future, not have to do symlinks here and there. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
58623723b1
commit
c2393dc467
@ -432,7 +432,7 @@ function configure_crio_runtime() {
|
|||||||
|
|
||||||
local config_path=$(get_kata_containers_config_path "${shim}")
|
local config_path=$(get_kata_containers_config_path "${shim}")
|
||||||
|
|
||||||
local kata_path="/usr/local/bin/containerd-shim-${runtime}-v2"
|
local kata_path=$(get_kata_containers_runtime_path "${shim}")
|
||||||
local kata_conf="crio.runtime.runtimes.${runtime}"
|
local kata_conf="crio.runtime.runtimes.${runtime}"
|
||||||
local kata_config_path="${config_path}/${configuration}.toml"
|
local kata_config_path="${config_path}/${configuration}.toml"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user