]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
doc: add a note about "latest" tags
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Feb 2021 12:58:27 +0000 (13:58 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Feb 2021 13:07:33 +0000 (14:07 +0100)
See the change for details.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
docs/source/installation/containerized.rst

index f0effdefa3dafa8f24b99e88d73d9355a8de66fb..81f05b14e8d2812c4e4c9c08f30bf59756c45ef8 100644 (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
 ---------------------------------