28 Aug
2020
28 Aug
'20
6:47 a.m.
On Thu, 27 Aug 2020 at 21:48, Tony Liu <tonyliu0592@hotmail.com> wrote:
Hi,
Is Kolla container created by playbook only or there is something like docker-compose to re-create container in case it's deleted after initial deployment?
If you run any of the deploy, reconfigure, deploy-containers or upgrade commands, kolla ansible will ensure that necessary containers exist, even if they were removed.
Thanks! Tony