Skip to content

Commit

Permalink
chore: Update Helm README with useCDI
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Rolland <frolland@nvidia.com>
  • Loading branch information
rollandf committed Dec 27, 2023
1 parent 49e9bea commit ec575be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/network-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@ containerResources:
| `rdmaSharedDevicePlugin.version` | string | `v1.3.2` | RDMA Shared device plugin version |
| `rdmaSharedDevicePlugin.imagePullSecrets` | list | `[]` | An optional list of references to secrets to use for pulling any of the RDMA Shared device plugin image |
| `rdmaSharedDevicePlugin.resources` | list | See below | RDMA Shared device plugin resources |
| `rdmaSharedDevicePlugin.containerResources` | [] | not set | Optional [resource requests and limits](#container-resources) for the `rdma-shated-dp` container |
| `rdmaSharedDevicePlugin.containerResources` | [] | not set | Optional [resource requests and limits](#container-resources) for the `rdma-shared-dp` container |
| `rdmaSharedDevicePlugin.useCdi` | bool | `false` | Enable Container Device Interface (CDI) mode. NOTE: NVIDIA Network Operator does not configure container runtime to enable CDI |

##### RDMA Device Plugin Resource configurations

Expand Down Expand Up @@ -492,6 +493,7 @@ resources:
| `sriovDevicePlugin.imagePullSecrets` | list | `[]` | An optional list of references to secrets to use for pulling any of the SR-IOV Network device plugin image |
| `sriovDevicePlugin.resources` | list | See below | SR-IOV Network device plugin resources |
| `sriovDevicePlugin.containerResources` | [] | not set | Optional [resource requests and limits](#container-resources) for the `kube-sriovdp` container |
| `sriovDevicePlugin.useCdi` | bool | `false` | Enable Container Device Interface (CDI) mode. NOTE: NVIDIA Network Operator does not configure container runtime to enable CDI |
##### SR-IOV Network Device Plugin Resource configurations
Expand Down

0 comments on commit ec575be

Please sign in to comment.