Skip to content

Commit 252ecc7

Browse files
authored
Merge pull request ceph#66382 from bluikko/doc-mgmt-gateway-improvements-cephadm
doc/cephadm: Fix command plus improvements in services/mgmt-gateway.rst
2 parents 005865c + 5779352 commit 252ecc7

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)