Add release notes for containerization and daemon

Change-Id: Ia0fe8bb7444d8d2dd145f132d83cf23bd27b5444
This commit is contained in:
Michał Dulko 2018-01-04 12:04:32 +01:00
parent 34f811bbfc
commit 83e6264b02
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
features:
- |
Kuryr can now be run in containers on top of K8s cluster it is providing
networking for. A tool to generate K8s resource definitions is provided.
More information can be found in the kuryr-kubernetes documentation.

View File

@ -0,0 +1,10 @@
---
features:
- |
Introduced kuryr-daemon service. Daemon is an optional service that should
run on every Kubernetes node. It is responsible for watching pod events on
the node its running on, answering calls from CNI Driver and attaching
VIFs when they are ready. This helps to limit the number of processes
spawned when creating multiple Pods, as a single Watcher is enough for each
node and CNI Driver will only wait on local network socket for response
from the Daemon.