<div dir="auto">Thanks, now it is clear for me.<div dir="auto">Ignazio</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il Mar 31 Ago 2021, 00:03 Pierre Riteau <<a href="mailto:pierre@stackhpc.com">pierre@stackhpc.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 30 Aug 2021 at 17:48, Ignazio Cassano <<a href="mailto:ignaziocassano@gmail.com" target="_blank" rel="noreferrer">ignaziocassano@gmail.com</a>> wrote:<br>
><br>
> Hello, I would like to ask if the procedure I am using for update my kolla wallaby is correct.<br>
> Every week new images are released so I execute the following steps:<br>
><br>
> 1. Pull new images on my local registry<br>
><br>
> 2 pull new images from my local registry to controllers and compute nodes<br>
><br>
> 3 kolla-ansible deploy<br>
><br>
> Are the above steps the correct way or I missed something?<br>
> Must I clean something before deploying ?<br>
> Thanks<br>
><br>
> Ignazio<br>
<br>
This approach is correct. Step 2 will ensure `kolla-ansible deploy`<br>
knows that new images are available. You can verify it yourself: after<br>
executing step 2, run `docker ps` on your nodes and you should see<br>
containers running from images identified only by an ID. This is<br>
because the tag (for example wallaby) references the new image.<br>
<br>
However, as Sean said, changing the tag each time you redeploy will<br>
allow you to revert to previous container images if anything went bad.<br>
Additionally, it would allow you to skip step 2, since the deploy<br>
command will automatically pull images from the local registry, as<br>
they will be absent from the nodes.<br>
</blockquote></div>