File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,16 @@ Known issues
149
149
150
150
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
151
151
152
+ * Docker log-opts are currently not configured in Antelope. You will see these
153
+ being removed when running a host configure in check+diff mode. See bug for
154
+ details (fix in progress):
155
+ https://bugs.launchpad.net/ansible-collection-kolla/+bug/2040105
156
+
157
+ * /etc/hosts are not templated correctly when running a host configure with
158
+ ``--limit ``. If you don't need to change /etc/hosts, you can work around this
159
+ with ``--skip-tags etc-hosts ``. See bug for details (fix in progress):
160
+ https://bugs.launchpad.net/kayobe/+bug/2051714
161
+
152
162
Security baseline
153
163
=================
154
164
You can’t perform that action at this time.
0 commit comments