3aa486d342
This is follow-up commit that adds documentation regarding golang implementation of kuryr-cni. Change-Id: I2a9488a59141016655e7a356722a1c012aa94aec Implements: blueprint golang-kuryr-cni
15 lines
647 B
YAML
15 lines
647 B
YAML
---
|
|
features:
|
|
- |
|
|
kuryr-cni, that is the executable called by kubelet, is now rewritten to
|
|
golang. This enables Kuryr to work containerized in environments where
|
|
there is no Python or curl on the hosts running kubelet. This is the case
|
|
e.g. in K8s deployed by Magnum.
|
|
upgrade:
|
|
- |
|
|
kuryr-cni is now a golang binary. The upgrade should be automatic and
|
|
consists of deploying an updated kuryr-cni container. Please note that if
|
|
you used a custom listening port for kuryr-daemon, it is currently
|
|
hardcoded to 5036. We're planning to pass it through 10-kuryr.conf CNI
|
|
configuration file in the very near future.
|