df62b3e1c1
Change-Id: I517a0ae4e03a6c8feed200dcda8a1370f42b8da4 Implements: blueprint support-cni
11 lines
373 B
YAML
11 lines
373 B
YAML
---
|
|
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.
|