Merge "Add release note for CRI runtime support"

This commit is contained in:
Zuul 2020-04-13 09:06:25 +00:00 committed by Gerrit Code Review
commit 9f3ebb2130

View File

@ -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.