Skip to content

Commit 850cd74

Browse files
committed
Add documentation
1 parent b491d16 commit 850cd74

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# NVIDIA DPF Prereqs for DPF Operator 25.7.0
2+
3+
This pack installs the prerequirements for the Nvidia DPF Operator v25.7.0. In this version of the DPF Operator, the prerequired software components are no longer included, hence a separate pack is needed.
4+
5+
## Prerequisites
6+
7+
This pack should be used in conjunction with the Nvidia OVN Kubernetes v25.7.0 CNI and the Nvidia DPF Operator v25.7.0 pack (or Helm chart).
8+
9+
## Parameters
10+
11+
| **Parameter** | **Description** | **Type** | **Default Value** | **Required** |
12+
|---|---|---|---|---|
13+
| node-feature-discovery.worker.extraEnvs.value for "KUBERNETES_SERVICE_HOST" | IP address or FQDN of Kubernetes API server | String | "1.2.3.4" | Yes |
14+
| node-feature-discovery.worker.extraEnvs.value for "KUBERNETES_SERVICE_PORT" | IP address or FQDN of Kubernetes API server | String | "6443" | Yes |
15+
16+
17+
## Upgrade
18+
19+
This is the first version of the Nvidia DPF Prereqs pack. There are no previous versions to upgrade from.
20+
21+
22+
## Usage
23+
24+
The deploy this pack, first configure the parameters mentioned above. Then deploy just the Control Plane of your cluster and make sure the `ovn-kubernetes-resource-injector.enabled` setting in the Nvidia OVN Kubernetes CNI pack is set to `false`. Then deploy the DPF Framework to the cluster (Spectro Cloud provides a reference profile for this that aligns to the [HBN-OVN guidance from Nvidia](https://github.com/NVIDIA/doca-platform/blob/v25.7.0/docs/public/user-guides/host-trusted/use-cases/hbn-ovnk/README.md)).
25+
26+
Once the DPF Framework is deployed, change the `ovn-kubernetes-resource-injector.enabled` setting to `true` and add worker nodes containing Bluefield-3 DPUs in Host-Trusted mode. It will take between 20 and 40 minutes for the DPF Framework to flash the DPUs, reboot the nodes and configure them appropriately. After that, the nodes should become Healthy in Spectro Cloud Palette and ready for workloads.
27+
28+
29+
## References
30+
31+
- [Nvidia DOCA Platform Guidance 25.7.0](https://github.com/NVIDIA/doca-platform/blob/v25.7.0/docs/public/user-guides/host-trusted/use-cases/hbn-ovnk/README.md)

0 commit comments

Comments
 (0)