You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: edge/anthos-guide.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The basic steps described in this document follows this workflow:
102
102
103
103
#. Configure nodes
104
104
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.
Copy file name to clipboardExpand all lines: openshift/appendix-ocp.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ Introduction
23
23
24
24
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.
25
25
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.
27
27
28
28
.. _broken-dtk-troubleshooting:
29
29
30
30
Troubleshooting Broken Driver Toolkit Errors
31
31
--------------------------------------------
32
32
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.
34
34
35
35
Follow these steps for initial troubleshooting of Node Feature Discovery:
36
36
@@ -48,15 +48,15 @@ Follow these steps for initial troubleshooting of Node Feature Discovery:
48
48
49
49
$ oc get nodes -o jsonpath='{range .items[*]}{.metadata.name}{":\t"}{.metadata.labels.feature\.node\.kubernetes\.io/kernel-version\.full}{"\n"}{end}'
50
50
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.
52
52
53
53
#. **Check Driver Toolkit image stream:**
54
54
55
55
.. code-block:: console
56
56
57
57
$ oc get -n openshift is/driver-toolkit
58
58
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.
Copy file name to clipboardExpand all lines: openshift/clean-up.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
*****************************************
7
7
Cleanup
8
8
*****************************************
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.
10
10
11
11
#. 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>`_.
12
12
13
-
#. Delete the cluster policy using the OpenShift Container Platform CLI:
13
+
#. Delete the cluster policy by using the OpenShift Container Platform CLI.
Copy file name to clipboardExpand all lines: openshift/get-entitlement.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@ Entitled Driver Builds No Longer Supported
11
11
12
12
**Entitled NVIDIA driver builds are deprecated and not supported.**
13
13
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