diff --git a/releasenotes/notes/containerization-2fba4dac5c097b19.yaml b/releasenotes/notes/containerization-2fba4dac5c097b19.yaml new file mode 100644 index 000000000..4d491edcf --- /dev/null +++ b/releasenotes/notes/containerization-2fba4dac5c097b19.yaml @@ -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. diff --git a/releasenotes/notes/kuryr-daemon-f09075b9eb60388f.yaml b/releasenotes/notes/kuryr-daemon-f09075b9eb60388f.yaml new file mode 100644 index 000000000..58db1d946 --- /dev/null +++ b/releasenotes/notes/kuryr-daemon-f09075b9eb60388f.yaml @@ -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.