mirror of https://github.com/ceph/ceph-ansible.git
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
parent
ffedb78aa7
commit
3e58f1ea6e
|
@ -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
|
||||
---------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue