-
Story
-
Resolution: Done
-
High
-
None
-
None
-
1
-
False
-
None
-
False
-
-
Known Issue
-
Done
-
-
-
Kata Sprint #256
-
0
-
0.000
- Addition of following annotation to 50-kata crio config file
/etc/crio/crio.conf.d/50-kata [crio.runtime.runtimes.kata] runtime_path = "/usr/bin/containerd-shim-kata-v2" runtime_type = "vm" runtime_root = "/run/vc" privileged_without_host_devices = true allowed_annotations = [ "io.kubernetes.cri-o.Devices", ]
- Removal of /usr/bin/containerd-shim-kata-v2-tp and using same shim for Kata and peer-pods/CoCo (/usr/bin/containerd-shim-kata-v2)
- Agent policy support - https://github.com/kata-containers/kata-containers/pull/9881
- Authenticated registry support - https://github.com/kata-containers/kata-containers/pull/9904
- Signed image support - TBD