doc: add a note about "latest" tags

See the change for details.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 4e95180c80)
pull/6274/head
Guillaume Abrioux 2021-02-11 13:58:27 +01:00
parent ffedb78aa7
commit 3e58f1ea6e
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ You can configure your own container register, image and tag by using the ``ceph
``ceph_docker_image`` should have both image namespace and image name concatenated and separated by a slash character.
``ceph_docker_image_tag`` should be set to a fixed tag, not to any "latest" tags unless you know what you are doing. Using a "latest" tag
might make the playbook restart all the daemons deployed in your cluster since these tags are intended to be updated periodically.
Container registry authentication
---------------------------------