From 40bf033a73c5428a5135e828a0c9967854652114 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Mon, 21 Sep 2020 23:43:52 +0000 Subject: [PATCH] Add release note for CNI plugin of docker. Change-Id: I40e5f01f6df9f318faafe50ee1bf9c91b727859a --- ...-CNI-plugin-for-docker-07d6a78cd281a508.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/introduce-CNI-plugin-for-docker-07d6a78cd281a508.yaml diff --git a/releasenotes/notes/introduce-CNI-plugin-for-docker-07d6a78cd281a508.yaml b/releasenotes/notes/introduce-CNI-plugin-for-docker-07d6a78cd281a508.yaml new file mode 100644 index 000000000..c96408a99 --- /dev/null +++ b/releasenotes/notes/introduce-CNI-plugin-for-docker-07d6a78cd281a508.yaml @@ -0,0 +1,17 @@ +--- +prelude: > + Introduce a CNI plugin for docker. The new CNI plugin will eventually + replace kuryr-libnetwork (which is the current network plugin Zun is + currently using for docker). +features: + - | + Introduce a CNI plugin for docker. In before, Zun was using libnetwork + as the networking model for docker containers. + Starting from this release, Zun introduces an alternative CNI plugin + which implements the CNI networking model for docker containers. + The new CNI plugin will become the default network plugin and the old + libnetwork plugin will be deprecated. +upgrade: + - | + Deployers who are choosing CNI plugin don't need to deploy + kuryr-libnetwork and etcd.