Skip to content

Commit 58ddd9d

Browse files
authored
Fix RST formatting and style guide compliance (#255)
* Fix RST formatting and style guide compliance Signed-off-by: Andrew Chen <[email protected]> * fix install-nfd.rst Signed-off-by: Andrew Chen <[email protected]> * fix mig-ocp.rst Signed-off-by: Andrew Chen <[email protected]> * fix nvaie-with-ocp.rst Signed-off-by: Andrew Chen <[email protected]> * fix mirror-gpu-ocp-disconnected.rst Signed-off-by: Andrew Chen <[email protected]> * fix more indentation syntax issues Signed-off-by: Andrew Chen <[email protected]> * more indentation fixes + pre-requisites -> prerequisites Signed-off-by: Andrew Chen <[email protected]> * more changes to match style guide Signed-off-by: Andrew Chen <[email protected]> * more indentation fixes Signed-off-by: Andrew Chen <[email protected]> * revert gpu-operator-kubevirt.rst Signed-off-by: Andrew Chen <[email protected]> --------- Signed-off-by: Andrew Chen <[email protected]>
1 parent 34379c1 commit 58ddd9d

17 files changed

+311
-299
lines changed

edge/anthos-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The basic steps described in this document follows this workflow:
102102

103103
#. Configure nodes
104104

105-
* Ensure each node (including the control plane) meets the pre-requisites, including time synchronization, correct versions of Docker and other conditions.
105+
* Ensure each node (including the control plane) meets the prerequisites, including time synchronization, correct versions of Docker and other conditions.
106106

107107
#. Configure networking (Optional)
108108

kubernetes/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This document provides an overview of the necessary software to enable MIG suppo
2323
Refer to the `MIG User Guide <https://docs.nvidia.com/datacenter/tesla/mig-user-guide/index.html>`__ for more details on the technical concepts,
2424
setting up MIG and the NVIDIA Container Toolkit for running containers with MIG.
2525

26-
The deployment workflow requires these pre-requisites:
26+
The deployment workflow requires these prerequisites:
2727

2828
#. You have installed the NVIDIA R450+ datacenter (450.80.02+) drivers required for NVIDIA A100.
2929
#. You have installed the NVIDIA Container Toolkit v2.5.0+

mig/mig-k8s.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This document provides steps on getting started and running some example CUDA wo
1313
on MIG-enabled GPUs in a Kubernetes cluster.
1414

1515
************************
16-
Software Pre-requisites
16+
Software Prerequisites
1717
************************
1818

1919
The deployment workflow requires these prerequisites. Once these prerequisites have been met,

openshift/appendix-ocp.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Introduction
2323

2424
If you encounter the :ref:`"broken driver toolkit detected" <broken-dtk>` warning on OpenShift 4.10 or later, you should :ref:`troubleshoot <broken-dtk-troubleshooting>` to find the root cause instead of falling back to entitled driver builds.
2525

26-
If the broken DTK warning is encountered on an older version of OpenShift, refer to the documentation for an older version of the NVIDIA GPU operator to enable entitled builds. Keep in mind that older versions of OpenShift might no longer be supported.
26+
If the broken DTK warning is encountered on an older version of OpenShift, refer to the documentation for an older version of the NVIDIA GPU Operator to enable entitled builds. Keep in mind that older versions of OpenShift might no longer be supported.
2727

2828
.. _broken-dtk-troubleshooting:
2929

3030
Troubleshooting Broken Driver Toolkit Errors
3131
--------------------------------------------
3232

33-
The most likely reason for the broken DTK message is Node Feature Discovery (NFD) not working correctly. NFD might be disabled, failing, or not updating the kernel version label for other reasons. Another cause might be a missing or incomplete DTK image stream, e.g. because of broken mirroring.
33+
The most likely reason for the broken DTK message is Node Feature Discovery (NFD) not working correctly. NFD might be disabled, failing, or not updating the kernel version label for other reasons. Another cause might be a missing or incomplete DTK image stream, for example, because of broken mirroring.
3434

3535
Follow these steps for initial troubleshooting of Node Feature Discovery:
3636

@@ -48,15 +48,15 @@ Follow these steps for initial troubleshooting of Node Feature Discovery:
4848
4949
$ oc get nodes -o jsonpath='{range .items[*]}{.metadata.name}{":\t"}{.metadata.labels.feature\.node\.kubernetes\.io/kernel-version\.full}{"\n"}{end}'
5050
51-
Ensure nodes have proper kernel version labels that match current OpenShift version of the cluster.
51+
Ensure nodes have proper kernel version labels that match the current OpenShift version of the cluster.
5252

5353
#. **Check Driver Toolkit image stream:**
5454

5555
.. code-block:: console
5656
5757
$ oc get -n openshift is/driver-toolkit
5858
59-
Verify the driver-toolkit image stream exists and has the correct tags that correspond to current OpenShift version.
59+
Verify the driver-toolkit image stream exists and has the correct tags that correspond to the current OpenShift version.
6060

6161
For additional troubleshooting resources:
6262

openshift/clean-up.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
*****************************************
77
Cleanup
88
*****************************************
9-
This section describes how to clean up (remove) the GPU Operator in case it is no longer needed.
9+
This section describes how to clean up (remove) the GPU Operator if it is no longer needed.
1010

1111
#. Delete the NVIDIA GPU Operator from the cluster following the guidance outlined in `Deleting Operators from a cluster <https://docs.openshift.com/container-platform/latest/operators/admin/olm-deleting-operators-from-cluster.html>`_.
1212

13-
#. Delete the cluster policy using the OpenShift Container Platform CLI:
13+
#. Delete the cluster policy by using the OpenShift Container Platform CLI.
1414

1515
.. code-block:: console
1616

openshift/enable-gpu-monitoring-dashboard.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ The following table provides a brief description of the graphs on the default da
8383
+--------------------------+------------------------------------------------------------+
8484
| Graph | Description |
8585
+==========================+============================================================+
86-
| GPU Temperature | GPU temperature in C. |
86+
| GPU Temperature | GPU temperature in Celsius. |
8787
+--------------------------+------------------------------------------------------------+
88-
| GPU Avg. Temp | Average GPU temperature in C. |
88+
| GPU Avg. Temp | Average GPU temperature in Celsius. |
8989
+--------------------------+------------------------------------------------------------+
9090
| GPU Power Usage | Power usage in watts for each GPU. |
9191
+--------------------------+------------------------------------------------------------+

openshift/get-entitlement.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Entitled Driver Builds No Longer Supported
1111

1212
**Entitled NVIDIA driver builds are deprecated and not supported.**
1313

14-
If you encounter issues with the NVIDIA GPU driver build that might require entitlement, please refer to the Driver Toolkit (DTK) troubleshooting section: :ref:`broken-dtk-troubleshooting`
14+
If you encounter issues with the NVIDIA GPU driver build that might require entitlement, refer to the Driver Toolkit (DTK) troubleshooting section: :ref:`broken-dtk-troubleshooting`.

0 commit comments

Comments
 (0)