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 =================