From 473ad2d69ea4f36ae8061a60e261c1ef0e16d619 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sun, 22 Mar 2020 21:37:14 +0000 Subject: [PATCH] Add release note for Zun CNI plugin Change-Id: I43e8b23355b52d2b55d36ba43701118efcf0e3ca Implements: blueprint support-cni --- releasenotes/notes/add-cni-plugin-fd5bf4e9abbe6683.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/add-cni-plugin-fd5bf4e9abbe6683.yaml diff --git a/releasenotes/notes/add-cni-plugin-fd5bf4e9abbe6683.yaml b/releasenotes/notes/add-cni-plugin-fd5bf4e9abbe6683.yaml new file mode 100644 index 000000000..9c03054dd --- /dev/null +++ b/releasenotes/notes/add-cni-plugin-fd5bf4e9abbe6683.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Introduce a CNI plugin for Zun. The plugin is a binary called ``zun-cni``. + This binary is an executable that sends CNI commands to a daemon process + ``zun-cni-daemon`` which provides the actual implementation for CNI.