mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 18:58:36 +00:00
The default k3s containerRuntimeVersion takes the form of: containerd://1.3.3-k3s2 The awk was stripping away the k3s portion before checking if it was a k3s containerd. fixes #996 Signed-off-by: Brandon Wilson <brandon@coil.com>