|
2 | 2 | title: "DOCA VPC OVN Service" |
3 | 3 | --- |
4 | 4 |
|
5 | | -> [!NOTE] The OVN VPC service is considered a tech preview and is not recommended for production use. |
| 5 | +> [!NOTE] |
| 6 | +> The OVN VPC service is considered a tech preview and is not recommended for production use. |
6 | 7 |
|
7 | 8 | [TOC] |
8 | 9 |
|
@@ -146,7 +147,8 @@ spec: |
146 | 147 | ``` |
147 | 148 | </details> |
148 | 149 |
|
149 | | -> [!NOTE] `ovn-nb-endpoint` should be set to an IP address through which the OVN service is accessible (e.g. the IP of a control plane node). |
| 150 | +> [!NOTE] |
| 151 | +> `ovn-nb-endpoint` should be set to an IP address through which the OVN service is accessible (e.g. the IP of a control plane node). |
150 | 152 |
|
151 | 153 | ### DPUVPC |
152 | 154 |
|
@@ -181,7 +183,8 @@ spec: |
181 | 183 | ``` |
182 | 184 | </details> |
183 | 185 |
|
184 | | -> [!NOTE] A DPU node can belong to at most one DPUVPC, as selected by the `spec.nodeSelector` field. |
| 186 | +> [!NOTE] |
| 187 | +> A DPU node can belong to at most one DPUVPC, as selected by the `spec.nodeSelector` field. |
185 | 188 |
|
186 | 189 | ### DPUVirtualNetwork |
187 | 190 |
|
@@ -237,7 +240,8 @@ A DPUServiceInterface defines a network interface for DPUs that can be used by w |
237 | 240 |
|
238 | 241 | Supported interface types: `PF`, `VF`, `Service`. |
239 | 242 |
|
240 | | -> [!NOTE] A DPUServiceInterface of type `Service` is intended for advanced use cases where a DPUService network interface needs to be connected to a virtual network. see *Advanced Use-Cases* section below |
| 243 | +> [!NOTE] |
| 244 | +> A DPUServiceInterface of type `Service` is intended for advanced use cases where a DPUService network interface needs to be connected to a virtual network. see *Advanced Use-Cases* section below |
241 | 245 |
|
242 | 246 | <details markdown="1"><summary>Reference Example</summary> |
243 | 247 |
|
@@ -686,7 +690,8 @@ The following conditions are used to indicate the status of the virtual network: |
686 | 690 |
|
687 | 691 | #### DPUServiceInterface |
688 | 692 |
|
689 | | -> [!NOTE] Due to a DPF limitation, the overall readiness of a DPUServiceInterface does not reflect the readiness of the individual ServiceInterfaces for each DPU. Refer to the ServiceInterface section below. |
| 693 | +> [!NOTE] |
| 694 | +> Due to a DPF limitation, the overall readiness of a DPUServiceInterface does not reflect the readiness of the individual ServiceInterfaces for each DPU. Refer to the ServiceInterface section below. |
690 | 695 |
|
691 | 696 | ```yaml |
692 | 697 | apiVersion: svc.dpu.nvidia.com/v1alpha1 |
|
0 commit comments