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: debug/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
# Developers Guide
2
2
3
-
> Disclaimer: Please note that this module is currently under development and may contain partially implemented features, therefore it is not supported in the current release.
3
+
```{admonition} Disclaimer
4
+
Please note that this module is currently under development and may contain partially implemented features, therefore it is not supported in the current release.
5
+
```
4
6
5
7
## Debug Intel Data Center GPU Driver Container Image on OpenShift Cluster
6
8
7
9
To debug the driver container image, please make sure the OpenShift cluster is provisioned with Intel Data Center GPU Flex cards available on the cluster nodes.
8
10
9
-
> Note: The following operations are verified on OCP-4.11 and OCP-4.12 cluster with Intel® Data Center GPU Flex 140
11
+
```{note}
12
+
The following operations are verified on OCP-4.11 and OCP-4.12 cluster with Intel® Data Center GPU Flex 140
13
+
```
10
14
11
15
### Debugging Driver Build
12
16
Firstly, [Red Hat OCP buildconfig](https://docs.openshift.com/container-platform/4.11/cicd/builds/understanding-buildconfigs.html) is used to debug driver building process. The Dockerfile section in [driver-build.yaml](driver-build.yaml) can be updated to debug the building and packaging of the driver container Image.
0 commit comments