Skip to content

Commit e749336

Browse files
tobiasgiesedpf-release
authored andcommitted
docs: update all notes and warnings and fix lists
* docs: update all notes and warnings and fix lists * docs: update all notes and warnings and fix lists Update rendered docs to be ready for nvdocs. Signed-off-by: Tobias Giese <[email protected]> (cherry picked from commit 809c526aff946b58bbea0d80c7c1754758e347b5) 98de087f docs: update all notes and warnings and fix lists Co-authored-by: Tobias Giese <[email protected]> Based on release-v25.7@61c6b942ed13d90bc11d0ba206a161926e54a987
1 parent aa9c926 commit e749336

File tree

8 files changed

+23
-52
lines changed

8 files changed

+23
-52
lines changed

docs/public/user-guides/host-trusted/prerequisites/host-network-configuration-prerequisite.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ network:
7777
route-metric: 5
7878
version: 2
7979
```
80-
> Note:
81-
>
82-
> Please ensure that the configuration on `br-dpu` matches the configuration on your DHCP server. You may need additional configurations to make the DHCP procedure work. For example:
80+
> [!NOTE] Please ensure that the configuration on `br-dpu` matches the configuration on your DHCP server. You may need additional configurations to make the DHCP procedure work. For example:
8381
> 1. Set `macaddress` to explicitly assign a MAC address to `br-dpu`
8482
> 2. Set `dhcp-identifier: mac` to use MAC address as the DHCP client identifier
8583

@@ -114,9 +112,7 @@ network:
114112
- "xxx"
115113
version: 2
116114
```
117-
> Note:
118-
>
119-
> The metric of the default route must be at least 2
115+
> [!NOTE] The metric of the default route must be at least 2
120116

121117

122118
## Host Routes and network acceleration

docs/public/user-guides/host-trusted/use-cases/hbn-ovnk/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: "OVN Kubernetes with Host Based Networking"
33
---
44

5-
> Note:
6-
> Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform) and moving to the `docs/public/user-guides/hbn_ovn/README.md` for better formatting of the code.
5+
> [!NOTE] Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform) and moving to the `docs/public/user-guides/hbn_ovn/README.md` for better formatting of the code.
76
87
In this configuration OVN Kubernetes is offloaded to the DPU and combined with [NVIDIA Host Based Networking (HBN)](https://docs.nvidia.com/doca/sdk/doca+hbn+service+guide/index.html).
98

@@ -251,9 +250,7 @@ spec:
251250
252251
Before deploying the DPF Operator, ensure that Helm is properly configured according to the [Helm prerequisites](../../../../getting-started/helm-prerequisites.md).
253252
254-
> [!WARNING]
255-
>
256-
> This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
253+
> [!WARNING] This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
257254
258255
After applying the additional dependencies you MUST ensure that the KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT
259256
environment variables are set in the node-feature-discovery-worker DaemonSet.

docs/public/user-guides/host-trusted/use-cases/hbn/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: "Host Based Networking"
33
---
44

55

6-
> Note:
7-
> Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform) and moving to the `docs/public/user-guides/hbn_only/README.md` for better formatting of the code.
6+
> [!NOTE] Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform) and moving to the `docs/public/user-guides/hbn_only/README.md` for better formatting of the code.
87
98

109
In this configuration [NVIDIA Host Based Networking (HBN)](https://docs.nvidia.com/doca/sdk/doca+hbn+service+guide/index.html) is installed as a DPUService.
@@ -140,9 +139,7 @@ spec:
140139
141140
Before deploying the DPF Operator, ensure that Helm is properly configured according to the [Helm prerequisites](../../../../getting-started/helm-prerequisites.md).
142141
143-
> [!WARNING]
144-
>
145-
> This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
142+
> [!WARNING] This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
146143
147144
#### Deploy the DPF Operator
148145

docs/public/user-guides/host-trusted/use-cases/ovnk/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
title: "OVN Kubernetes"
33
---
44

5-
> Note:
6-
> Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform) and moving to the `docs/public/user-guides/ovn_only/README.md` for better formatting of the code.
5+
> [!NOTE] Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform) and moving to the `docs/public/user-guides/ovn_only/README.md` for better formatting of the code.
76
87
In this configuration OVN Kubernetes is offloaded to the DPU.
98

10-
> [!WARNING]
11-
>
12-
> Due to several known issues regarding the stability of this specific deployment
9+
> [!WARNING] Due to several known issues regarding the stability of this specific deployment
1310
> use-case (OVN Kubernetes), it should be considered a proof-of-concept in this release.
1411
>
1512
> Please use it at your own risk!
@@ -259,9 +256,7 @@ spec:
259256
260257
Before deploying the DPF Operator, ensure that Helm is properly configured according to the [Helm prerequisites](../../../../getting-started/helm-prerequisites.md).
261258
262-
> [!WARNING]
263-
>
264-
> This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
259+
> [!WARNING] This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
265260
266261
After applying the additional dependencies you MUST ensure that the KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT
267262
environment variables are set in the node-feature-discovery-worker DaemonSet.

docs/public/user-guides/host-trusted/use-cases/passthrough/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: "DPU Passthrough in DPF Host Trusted"
33
---
44

55

6-
> Note:
7-
> Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform)
6+
> [!NOTE] Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform)
87
> and moving to the `docs/public/user-guides/host-trusted/use-cases/passthrough/README.md` for better
98
> formatting of the code.
109
@@ -126,9 +125,7 @@ spec:
126125
Before deploying the DPF Operator, ensure that Helm is properly configured according
127126
to the [Helm prerequisites](../../../../getting-started/helm-prerequisites.md).
128127
129-
> [!WARNING]
130-
>
131-
> This is a critical prerequisite step that must be completed for the DPF Operator
128+
> [!WARNING] This is a critical prerequisite step that must be completed for the DPF Operator
132129
> to function properly.
133130
134131
#### Deploy the DPF Operator

docs/public/user-guides/zero-trust/use-cases/hbn/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: "HBN in DPF Zero Trust"
33
---
44

55

6-
> Note:
7-
> Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform)
6+
> [!NOTE] Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform)
87
> and moving to the `docs/public/user-guides/zero-trust/use-cases/hbn/README.md` for better formatting of
98
> the code.
109
@@ -178,9 +177,7 @@ kubectl create secret generic -n dpf-operator-system bmc-shared-password --from-
178177
Before deploying the DPF Operator, ensure that Helm is properly configured according to the
179178
[Helm prerequisites](../../../../getting-started/helm-prerequisites.md).
180179

181-
> [!WARNING]
182-
>
183-
> This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
180+
> [!WARNING] This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
184181
185182
#### Deploy the DPF Operator
186183

docs/public/user-guides/zero-trust/use-cases/passthrough/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: "DPU Passthrough in DPF Zero Trust"
33
---
44

55

6-
> Note:
7-
> Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform)
6+
> [!NOTE] Follow this guide from the source GitHub repo at [github.com/NVIDIA/doca-platform](https://github.com/NVIDIA/doca-platform)
87
> and moving to the `docs/public/user-guides/zero-trust/use-cases/passthrough/README.md` for better formatting of
98
> the code.
109
@@ -155,9 +154,7 @@ kubectl create secret generic -n dpf-operator-system bmc-shared-password --from-
155154
Before deploying the DPF Operator, ensure that Helm is properly configured according to the
156155
[Helm prerequisites](../../../../getting-started/helm-prerequisites.md).
157156

158-
> [!WARNING]
159-
>
160-
> This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
157+
> [!WARNING] This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
161158
162159
#### Deploy the DPF Operator
163160

docs/public/user-guides/zero-trust/use-cases/vpc/README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
title: "OVN VPC Service Deployment Guide"
33
---
44

5-
> [!NOTE]
6-
>
7-
> OVN VPC service is considered tech preview and is not recommended for
5+
> [!NOTE] OVN VPC service is considered tech preview and is not recommended for
86
> production use.
97
108
This configuration provides instructions for deploying the NVIDIA DOCA Platform Framework (DPF) on high-performance,
@@ -184,9 +182,7 @@ kubectl create secret generic -n dpf-operator-system bmc-shared-password --from-
184182
Before deploying the DPF Operator, ensure that Helm is properly configured according to the
185183
[Helm prerequisites](../../../../getting-started/helm-prerequisites.md).
186184

187-
> [!WARNING]
188-
>
189-
> This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
185+
> [!WARNING] This is a critical prerequisite step that must be completed for the DPF Operator to function properly.
190186
191187
#### Deploy the DPF Operator
192188

@@ -760,27 +756,27 @@ administrator depending on the infrastructure.
760756
761757
The following verification commands may need to be run multiple times to ensure the condition is met.
762758
763-
1. Wait for DPU `OSInstalled` condition to become `ready`
759+
**1.** Wait for DPU `OSInstalled` condition to become `ready`
764760

765761
```shell
766762
kubectl wait --for=condition=OSInstalled --namespace dpf-operator-system dpu --all
767763
```
768764

769-
2. Ensure `Rebooted` condition type has `reason=WaitingForManualPowerCycleOrReboot`
765+
**2.** Ensure `Rebooted` condition type has `reason=WaitingForManualPowerCycleOrReboot`
770766

771767
```shell
772768
kubectl wait --namespace dpf-operator-system dpu --all --for=jsonpath='{.status.conditions[?(@.type=="Rebooted")].reason}'=WaitingForManualPowerCycleOrReboot
773769
```
774770

775-
3. Power cycle DPU worker hosts - manual operation by the user
771+
**3.** Power cycle DPU worker hosts - manual operation by the user
776772

777-
4. Once all nodes have rebooted, remove `provisioning.dpu.nvidia.com/dpunode-external-reboot-required` annotation from `DPUNodes`
773+
**4.** Once all nodes have rebooted, remove `provisioning.dpu.nvidia.com/dpunode-external-reboot-required` annotation from `DPUNodes`
778774

779775
```shell
780776
kubectl -n dpf-operator-system annotate dpunode --all provisioning.dpu.nvidia.com/dpunode-external-reboot-required-
781777
```
782778

783-
5. Ensure `DPUs` are ready
779+
**5.** Ensure `DPUs` are ready
784780

785781
```shell
786782
kubectl wait --for=condition=ready --namespace dpf-operator-system dpus --all
@@ -1172,7 +1168,6 @@ kubectl -n dpf-operator-system delete pvc bfb-pvc
11721168
kubectl delete pv bfb-pv
11731169
```
11741170

1175-
> [!NOTE]
1176-
> There can be a race condition with deleting the underlying Kamaji cluster which runs the DPU cluster control
1171+
> [!NOTE] There can be a race condition with deleting the underlying Kamaji cluster which runs the DPU cluster control
11771172
> plane in this guide. If that happens it may be necessary to remove finalizers manually from `DPUCluster` and `Datastore`
11781173
> objects.

0 commit comments

Comments
 (0)