kolla/releasenotes/notes/deprecate-kubernetes-dbabf9f86c15a0ee.yaml
Radosław Piliszek c8ac10ec59 Release notes: deprecate kubernetes
Change-Id: If64358ac44f651e88d0cbab32a01773daf8a1086
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
2019-08-20 10:32:25 +02:00

20 lines
999 B
YAML

---
upgrade:
- |
``fluentd`` image no longer includes the ``kubernetes_metadata_filter``
plugin. It is not used by Kolla downstreams (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 U cycle. They are not used by Kolla downstreams (Kolla-Ansible, TripleO,
OpenStack-Helm). They were used in the Kolla-Kubernetes project which has
been 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`` anyway.
Please note this deprecation does not affect Magnum nor Qinling support.