kuryr-kubernetes/releasenotes/notes/kuryr-daemon-f09075b9eb6038...

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.