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 <14869000+bluikko@users.noreply.github.com>
Or provide specification files as following:
-``mgmt-gateway`` Configuration:
+``mgmt-gateway`` configuration:
.. code-block:: yaml
enable_auth: true
virtual_ip: 192.168.100.220
-In addition, the user must configure an ingress service to provide virtual IP functionality for
+In addition, the admin must configure an ingress service to provide virtual IP functionality for
the ``mgmt-gateway``. For example:
.. code-block:: yaml
For example:
-.. code-block:: bash
+.. prompt:: bash #
ceph config set mgr mgr/cephadm/container_image_nginx <new-nginx-image>
- ceph orch redeploy ``mgmt-gateway``
+ ceph orch redeploy mgmt-gateway