83e6264b02
Change-Id: Ia0fe8bb7444d8d2dd145f132d83cf23bd27b5444
11 lines
507 B
YAML
11 lines
507 B
YAML
---
|
||
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.
|