Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/drivers/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@ Before installing the AMD GPU driver:

Before installing the out-of-tree AMD GPU driver, you must blacklist the inbox AMD GPU driver:

- These commands need to either be run as `root` or by using `sudo`
- Create blacklist configuration file on worker nodes:

```bash
echo "blacklist amdgpu" > /etc/modprobe.d/blacklist-amdgpu.conf
```

- After blacklist configuration file, you need to rebuild the initramfs for the change to take effect:

```bash
echo update-initramfs -u -k all
```

- Reboot the worker node to apply the blacklist
- Verify the blacklisting:

Expand Down
42 changes: 2 additions & 40 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,8 @@ The AMD GPU Operator simplifies the deployment and management of AMD Instinct GP

## Compatibility

### Supported Hardware

| **GPUs** | |
| --- | --- |
| AMD Instinct™ MI300X | ✅ Supported |
| AMD Instinct™ MI250 | ✅ Supported |
| AMD Instinct™ MI210 | ✅ Supported |

### OS & Platform Support Matrix

Below is a matrix of supported Operating systems and the corresponding Kubernetes version that have been validated to work. We will continue to add more Operating Systems and future versions of Kubernetes with each release of the AMD GPU Operator and Metrics Exporter.

<table style="border-collapse: collapse; margin-left: 0; margin-right: auto;">
<thead style="background-color: #2c2c2c; color: white;">
<tr>
<th style="border: 1px solid grey;">Operating System</th>
<th style="border: 1px solid grey;">Kubernetes</th>
<th style="border: 1px solid grey;">Red Hat OpenShift</th>
</tr>
</thead>
<tbody>
<tr style="background-color: white; color: black;">
<td style="background-color: #2c2c2c; color: white; border: 1px solid grey;">Ubuntu 22.04 LTS</td>
<td style="border: 1px solid grey;">1.29—1.31</td>
<td style="border: 1px solid grey;"></td>
</tr>
<tr style="background-color: lightgrey; color: black;">
<td style="background-color: #2c2c2c; color: white; border: 1px solid grey;">Ubuntu 24.04 LTS</td>
<td style="border: 1px solid grey;">1.29—1.31</td>
<td style="border: 1px solid grey;"></td>
</tr>
<tr style="background-color: white; color: black;">
<td style="background-color: #2c2c2c; color: white; border: 1px solid grey;">Red Hat Core OS (RHCOS)</td>
<td style="border: 1px solid grey;"></td>
<td style="border: 1px solid grey;">4.16—4.17</td>
</tr>
</tbody>
</table>

Please refer to the [ROCM documentaiton](https://rocm.docs.amd.com/en/latest/compatibility/compatibility-matrix.html) for the compatability matrix for the AMD GPU DKMS driver.
- **Kubernetes**: 1.29.0
- Please refer to the [ROCm documentation](https://rocm.docs.amd.com/en/latest/compatibility/compatibility-matrix.html) for the compatibility matrix for the AMD GPU DKMS driver.

## Prerequisites

Expand Down
199 changes: 0 additions & 199 deletions docs/metrics/ecc-error-injection.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@ subtrees:
- file: metrics/kube-rbac-proxy
- file: metrics/health
title: Health Checks
- file: metrics/ecc-error-injection
title: ECC Error Injection Testing
- caption: Test Runner
entries:
- file: test/test-runner-overview
- file: test/auto-unhealthy-device-test
- file: test/manual-test
- file: test/pre-start-job-test
Expand Down
34 changes: 0 additions & 34 deletions docs/test/test-runner-overview.md

This file was deleted.

Loading