From 9be84658fbd5a51f631fcda050811ca0113fbea1 Mon Sep 17 00:00:00 2001 From: Adam King Date: Fri, 7 May 2021 10:04:31 -0400 Subject: [PATCH] doc/cephadm: recommend redeploying monitoring stack daemon after changing image Fixes: https://tracker.ceph.com/issues/50687 Signed-off-by: Adam King --- doc/cephadm/monitoring.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/cephadm/monitoring.rst b/doc/cephadm/monitoring.rst index 96037295860..27e9ec7c977 100644 --- a/doc/cephadm/monitoring.rst +++ b/doc/cephadm/monitoring.rst @@ -152,6 +152,17 @@ For example ceph config set mgr mgr/cephadm/container_image_prometheus prom/prometheus:v1.4.1 +If there were already running monitoring stack daemon(s) of the type whose +image you've changed, you must redeploy the daemon(s) in order to have them +actually use the new image. + +For example, if you had changed the prometheus image + +.. prompt:: bash # + + ceph orch redeploy prometheus + + .. note:: By setting a custom image, the default value will be overridden (but not -- 2.39.5