kolla/releasenotes/notes/deprecate-kubernetes-dbabf9f86c15a0ee.yaml
Mark Goddard d39dc8b3ab Tidy up release notes for Train
Change-Id: Ic5dc5fd8ae43997cfc815f2461f709dee30f355e
2019-10-16 17:18:59 +01:00

21 lines
1016 B
YAML

---
upgrade:
- |
The ``fluentd`` image no longer includes the ``kubernetes_metadata_filter``
plugin. It is not used by Kolla downstream projects (Kolla-Ansible,
TripleO, OpenStack-Helm). It can be installed by customizing
``fluentd_packages``.
deprecations:
- |
Kubernetes-related images are deprecated and will be removed in
the Ussuri cycle. They are not used by Kolla downstream projects
(Kolla-Ansible, TripleO, OpenStack-Helm). They were used in the
Kolla-Kubernetes project which was retired in the Rocky cycle.
The deprecated images include: ``helm-repository``, ``kube-*``,
``kubernetes-entrypoint`` and ``kubetoolbox``.
The ``install_kubectl`` macro is deprecated as well and, along with it,
the ``magnum-conductor`` image's ``kubectl`` command because it is of limited
usefulness being pinned to an old version. Magnum end-users use
an externally-provided ``kubectl``.
Please note this deprecation does not affect Magnum nor Qinling support.