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.