mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-27 00:34:05 +00:00
microk8s' bundled containerd emits OCI runtime spec version 1.2.1, but
the auto-generated agent policy defaulted to the base genpolicy-settings
value of 1.1.0 because install_genpolicy_drop_ins() had no microk8s
branch. The version mismatch made the guest reject CreateContainerRequest
("blocked by policy", p Version = 1.1.0 vs i Version = 1.2.1), so pod
sandbox creation failed with PermissionDenied and deployments never rolled
out.
Apply the 20-oci-1.2.1 drop-in for microk8s, alongside the existing
CBL-Mariner case, and refresh the drop-in README to reflect the current
per-distribution OCI versions.
Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
Assisted-by: Cursor <cursoragent@cursor.com>