kuryr-kubernetes/releasenotes/notes/kuryr-daemon-f09075b9eb60388f.yaml
Michał Dulko 83e6264b02 Add release notes for containerization and daemon
Change-Id: Ia0fe8bb7444d8d2dd145f132d83cf23bd27b5444
2018-01-04 12:04:32 +01:00

11 lines
507 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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