Add release note for CNI plugin of docker.

Change-Id: I40e5f01f6df9f318faafe50ee1bf9c91b727859a
This commit is contained in:
Hongbin Lu 2020-09-21 23:43:52 +00:00
parent 25ee5972ec
commit 40bf033a73
1 changed files with 17 additions and 0 deletions

View File

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