Skip to content
Open
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
6 changes: 3 additions & 3 deletions profiles/spectrum-x-ra2.2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Spectrum-X Multi-Rail Profile
# Spectrum-X Multi-Rail Profile (RA2.2)

## Overview

Expand Down Expand Up @@ -174,7 +174,7 @@ profile:
### Prerequisites

1. Kubernetes cluster with SR-IOV capable nodes
2. NVIDIA Network Operator v26.1.0 or later
2. NVIDIA Network Operator v26.4.1 or later
3. ConnectX-8, ConnectX-9, or BlueField-3 SuperNIC adapters
4. Firmware compatible with Spectrum-X RA2.2

Expand All @@ -189,7 +189,7 @@ helm repo update
helm install network-operator nvidia/network-operator \
--namespace nvidia-network-operator \
--create-namespace \
--version v26.1.0 \
--version v26.4.1 \
-f myValues.yaml \
--wait
```
Expand Down