From 7fd280f2fdb6bf504df773e74742753930226178 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Fri, 9 Feb 2024 15:57:31 +0000 Subject: [PATCH] Add notes on antelope Kayobe bugs --- doc/source/operations/upgrading.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/operations/upgrading.rst b/doc/source/operations/upgrading.rst index dffce4399..e43c9752c 100644 --- a/doc/source/operations/upgrading.rst +++ b/doc/source/operations/upgrading.rst @@ -149,6 +149,18 @@ Known issues curl -X PUT http://:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}' +* Docker log-opts are currently not configured in Antelope. You will see these + being removed when running a host configure in check+diff mode. See bug for + details (fix in progress): + https://bugs.launchpad.net/ansible-collection-kolla/+bug/2040105 + +* /etc/hosts are not templated correctly when running a host configure with + ``--limit``. To work around this, run your host configures with + ``--skip-tags etc-hosts``. If you do need to change ``/etc/hosts``, for + example with any newly-added hosts, run a full host configure afterward with + ``--tags etc-hosts``. See bug for details (fix in progress): + https://bugs.launchpad.net/kayobe/+bug/2051714 + Security baseline =================