898abb4a75
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
19 lines
770 B
YAML
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.
|