File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,18 @@ Known issues
197
197
198
198
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
199
199
200
+ * Docker log-opts are currently not configured in Antelope. You will see these
201
+ being removed when running a host configure in check+diff mode. See bug for
202
+ details (fix in progress):
203
+ https://bugs.launchpad.net/ansible-collection-kolla/+bug/2040105
204
+
205
+ * /etc/hosts are not templated correctly when running a host configure with
206
+ ``--limit ``. To work around this, run your host configures with
207
+ ``--skip-tags etc-hosts ``. If you do need to change ``/etc/hosts ``, for
208
+ example with any newly-added hosts, run a full host configure afterward with
209
+ ``--tags etc-hosts ``. See bug for details (fix in progress):
210
+ https://bugs.launchpad.net/kayobe/+bug/2051714
211
+
200
212
Security baseline
201
213
=================
202
214
You can’t perform that action at this time.
0 commit comments