Skip to content

Commit

Permalink
Fixed Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad Ghodsian committed Dec 23, 2024
1 parent 0b7046a commit 85f9bcb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ verison
webhook
CRD
uninstallation
OpenShift
Autobuild
NMC
2 changes: 1 addition & 1 deletion docs/knownlimitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. **GPU operator driver installs only DKMS package**
- *****Impact:***** Applications which require ROCM packages will need to install respective packages.
- ***Affectioned Configurations:*** All configurations
- ***Affected Configurations:*** All configurations
- ***Workaround:*** None as this is the intended behaviour
</br></br>

Expand Down
2 changes: 1 addition & 1 deletion docs/metrics/exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gpu-operator-metrics-exporter-q8hbb 1/1 Running 0 74s
|----------------------------|----------------------------------------------|
| **Enable** | Enable/Disable metrics exporter |
| **Port** | Service port exposed by metrics exporter |
| **serviceType** | service type for metrics, clusterIP/Nodeport |
| **serviceType** | service type for metrics, clusterIP/NodePort |
| **nodePort** | Node port for metrics exporter service |
| **selector** | Node selector for metrics exporter daemonset |
| **image** | metrics exporter image |
Expand Down
10 changes: 5 additions & 5 deletions docs/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The GPU Operator v1.1.0 release adds support for Red Hat OpenShift versions 4.16

### New Platform Support

- **Red Hat Openshift 4.16-4.17**
- **Red Hat OpenShift 4.16-4.17**
- Supported features:
- Driver management
- Workload scheduling
Expand All @@ -25,7 +25,7 @@ The GPU Operator v1.1.0 release adds support for Red Hat OpenShift versions 4.16

1. **Due to issue with KMM 2.2 deletion of DeviceConfig Custom Resource gets stuck in Red Hat OpenShift**
- *Impact:* Not able to delete the DeviceConfig Custom Resource if the node reboots during uninstall.
- *Affectioned Configurations:* This issue only affects Red Hat OpenShift
- *Affected Configurations:* This issue only affects Red Hat OpenShift
- *Workaround:* This issue will be fixed in the next release of KMM. For the time being you can use a previous version of KMM aside from 2.2 or manually remove the status from NMC:
1. List all the NMC resources and pick up the correct NMC (there is one nmc per node, named the same as the node it related to).

Expand Down Expand Up @@ -107,7 +107,7 @@ Not Applicable as this is the initial release.

1. **GPU operator driver installs only DKMS package**
- *Impact:* Applications which require ROCM packages will need to install respective packages.
- *Affectioned Configurations:* All configurations
- *Affected Configurations:* All configurations
- *Workaround:* None as this is the intended behaviour

2. **When Using Operator to install amdgpu 6.1.3/6.2 a reboot is required to complete install**
Expand All @@ -122,7 +122,7 @@ Not Applicable as this is the initial release.

4. **When GPU Operator is used in SKIP driver install mode, if amdgpu module is removed with device plugin installed it will not reflect active GPU available on the server**
- *Impact:* Scheduling Workloads will have impact as it will scheduled on nodes which does have active GPU.
- *Affectioned Configurations:* All configurations
- *Affected Configurations:* All configurations
- *Workaround:* Restart the Device plugin pod deployed.

5. **Worker nodes where Kernel needs to be upgraded needs to taken out of the cluster and readded with Operator installed**
Expand All @@ -136,7 +136,7 @@ Not Applicable as this is the initial release.

6. **When GPU Operator is installed with Exporter enabled, upgrade of driver is blocked as exporter is actively using the amdgpu module**
- *Impact:* Driver upgrade is blocked
- *Affectioned Configurations:* All configurations
- *Affected Configurations:* All configurations
- *Workaround:* Disable the Metrics Exporter on specific node to allow driver upgrade as follows:

1. Label all nodes with new label:
Expand Down
2 changes: 1 addition & 1 deletion docs/site/metrics/exporter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h2 id="configure-metrics-exporter">Configure metrics exporter</h2>
</tr>
<tr>
<td><strong>serviceType</strong></td>
<td>service type for metrics, clusterIP/Nodeport</td>
<td>service type for metrics, clusterIP/NodePort</td>
</tr>
<tr>
<td><strong>nodePort</strong></td>
Expand Down

0 comments on commit 85f9bcb

Please sign in to comment.