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

## Overview

The Spectrum-X profile provides optimized multi-rail networking with OVS hardware offload, DOCA acceleration, and advanced NIC firmware configuration specifically designed for AI workloads.
The Spectrum-X RA2.2 profile provides optimized multi-rail networking with OVS hardware offload, DOCA acceleration, and advanced NIC firmware configuration specifically designed for AI workloads.

## Features

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.0
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.0 \

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Documented chart conflicts with catalog

When a user installs Network Operator v26.4.0 with this command and later runs l8k deploy for release 26.4, the embedded catalog resolves the expected chart to v26.4.1, causing deployment to abort with a chart-version conflict and exit code 4.

Knowledge Base Used: Spectrum-X addressing and topology

-f myValues.yaml \
--wait
```
Expand Down