From df62b3e1c18ccf05224643b9f1fd4ade029637ca Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sun, 22 Mar 2020 23:04:53 +0000 Subject: [PATCH] Add release note for CRI runtime support Change-Id: I517a0ae4e03a6c8feed200dcda8a1370f42b8da4 Implements: blueprint support-cni --- .../add-support-for-cri-runtime-2c549a85fe795361.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/add-support-for-cri-runtime-2c549a85fe795361.yaml 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.