kuryr-kubernetes/releasenotes/notes/deprecate-non-daemonized-6dd2154238b1628c.yaml
Michał Dulko 898abb4a75 Deprecate running kuryr-k8s without kuryr-daemon
This commit implements what was discussed on the PTG, i.e. deprecation
of running Kuryr-Kubernetes without kuryr-daemon services. This commit
includes changes in configuration defaults, sample local.conf files,
documentation, gates and a release note explaining the change.

Change-Id: I152c81797cb83237af4917a4487cb1f1918270aa
2018-03-14 15:44:16 +01:00

19 lines
770 B
YAML

---
upgrade:
- |
Legacy Kuryr deployment without running kuryr-daemon is now considered
deprecated. That possibility will be completely removed in one of the next
releases. Please note that this means that ``[cni_daemon]daemon_enabled``
option will default to ``True``.
deprecations:
- |
Running Kuryr-Kubernetes without kuryr-daemon service is now deprecated.
Motivations for that move include:
* Discoveries of bugs that are much easier to fix in kuryr-daemon.
* Further improvements in Kuryr scalability (e.g. moving choosing VIF from
pool into kuryr-daemon) are only possible when kuryr-daemon is present.
Possibility of running Kuryr-Kubernetes without kuryr-daemon will be
removed in one of the future releases.