Skip to content

Commit 5779352

Browse files
committed
doc/cephadm: Fix command plus improvements in service/mgmt-gateway.rst
Remove double backticks from a CLI command. Use bash prompt consistently for CLI command blocks. Don't capitalize word in middle of sentence. Talk about "admin" instead of "user", similarly to the last text paragraph in the doc. Signed-off-by: Ville Ojamo <[email protected]>
1 parent 812196b commit 5779352

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/cephadm/services/mgmt-gateway.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ run the ``mgmt-gateway`` in HA mode users can either use the cephadm command lin
7474

7575
Or provide specification files as following:
7676

77-
``mgmt-gateway`` Configuration:
77+
``mgmt-gateway`` configuration:
7878

7979
.. code-block:: yaml
8080
@@ -85,7 +85,7 @@ Or provide specification files as following:
8585
enable_auth: true
8686
virtual_ip: 192.168.100.220
8787
88-
In addition, the user must configure an ingress service to provide virtual IP functionality for
88+
In addition, the admin must configure an ingress service to provide virtual IP functionality for
8989
the ``mgmt-gateway``. For example:
9090

9191
.. code-block:: yaml
@@ -199,7 +199,7 @@ running daemon(s) you must redeploy the daemon(s) in order to have them actually
199199

200200
For example:
201201

202-
.. code-block:: bash
202+
.. prompt:: bash #
203203

204204
ceph config set mgr mgr/cephadm/container_image_nginx <new-nginx-image>
205-
ceph orch redeploy ``mgmt-gateway``
205+
ceph orch redeploy mgmt-gateway

0 commit comments

Comments
 (0)