From: krambrod <114069812+krambrod@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:36:10 +0000 (+0100) Subject: doc/cephadm: fix initial-ceph.conf example X-Git-Tag: v18.1.0~758^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=930fa9150c1e835c3e112cca83b53d2199740543;p=ceph.git doc/cephadm: fix initial-ceph.conf example Signed-off-by: krambrod <114069812+krambrod@users.noreply.github.com> --- diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index e564c41db459c..a4c39e3e61337 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -426,10 +426,10 @@ have access to all hosts that you plan to add to the cluster. :: [mgr] - mgr/cephadm/container_image_prometheus **:5000/prometheus - mgr/cephadm/container_image_node_exporter **:5000/node_exporter - mgr/cephadm/container_image_grafana **:5000/grafana - mgr/cephadm/container_image_alertmanager **:5000/alertmanger + mgr/cephadm/container_image_prometheus = **:5000/prometheus + mgr/cephadm/container_image_node_exporter = **:5000/node_exporter + mgr/cephadm/container_image_grafana = **:5000/grafana + mgr/cephadm/container_image_alertmanager = **:5000/alertmanger #. Run bootstrap using the ``--image`` flag and pass the name of your container image as the argument of the image flag. For example: