diff --git a/releasenotes/notes/add-support-for-cri-runtime-2c549a85fe795361.yaml b/releasenotes/notes/add-support-for-cri-runtime-2c549a85fe795361.yaml new file mode 100644 index 000000000..5d012251c --- /dev/null +++ b/releasenotes/notes/add-support-for-cri-runtime-2c549a85fe795361.yaml @@ -0,0 +1,10 @@ +--- +prelude: > + Starting from this release, Zun adds support for CRI-compatible runtime. + Zun uses CRI runtime to realize the concept of capsule (pod). + As a result, users can use Zun API to create pods in Kata container via + a CRI runtime. +features: + - | + Introduce a CRI driver that is responsible for interfacing with CRI + runtime to manage the pods.