Description
Upgrade from OSC 1.6.0 to 1.7.0 doesn't update CRI-O and Kata config files.
Steps to reproduce
- Deploy OSC 1.6.0
- Create KataConfig for peer pods
- Upgrade to OSC 1.7.0
oc debug -q node/${KATA_ENABLED_NODE} -- cat /host/etc/crio/crio.conf.d/50-kata-remote
Expected result
[crio.runtime.runtimes.kata] runtime_path = "/usr/bin/containerd-shim-kata-v2" runtime_type = "vm" runtime_root = "/run/vc" privileged_without_host_devices = true
Actual result
[crio.runtime.runtimes.kata] runtime_path = "/usr/bin/containerd-shim-kata-v2-tp" runtime_type = "vm" runtime_root = "/run/vc" privileged_without_host_devices = true
Impact
Peer pods GA feature doesn't work after upgrade to 1.7.
Env
OCP 4.14 on ARO
Additional helpful info
- links to
-
RHBA-2024:137315 RHBA: sandboxed-containers bug fix and enhancement update
- mentioned on
(11 mentioned on)