Add release notes for containerization and daemon
Change-Id: Ia0fe8bb7444d8d2dd145f132d83cf23bd27b5444
This commit is contained in:
parent
34f811bbfc
commit
83e6264b02
@ -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.
|
10
releasenotes/notes/kuryr-daemon-f09075b9eb60388f.yaml
Normal file
10
releasenotes/notes/kuryr-daemon-f09075b9eb60388f.yaml
Normal 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 it’s 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.
|
Loading…
Reference in New Issue
Block a user