From 4e95180c80c3da0c721c54b100e7698798b173cc Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 11 Feb 2021 13:58:27 +0100 Subject: [PATCH] doc: add a note about "latest" tags See the change for details. Signed-off-by: Guillaume Abrioux --- docs/source/installation/containerized.rst | 3 +++ 1 file changed, 3 insertions(+) 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 --------------------------------- -- 2.39.5