From: Guillaume Abrioux Date: Thu, 11 Feb 2021 12:58:27 +0000 (+0100) Subject: doc: add a note about "latest" tags X-Git-Tag: v6.0.1~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9102d6c0903afefcc6502f7d35e48b22332b3c26;p=ceph-ansible.git doc: add a note about "latest" tags See the change for details. Signed-off-by: Guillaume Abrioux (cherry picked from commit 4e95180c80c3da0c721c54b100e7698798b173cc) --- diff --git a/docs/source/installation/containerized.rst b/docs/source/installation/containerized.rst index f0effdefa..81f05b14e 100644 --- a/docs/source/installation/containerized.rst +++ b/docs/source/installation/containerized.rst @@ -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 ---------------------------------