diff --git a/deployment/network-operator/README.md b/deployment/network-operator/README.md index 36ea8b1bc..f9019440d 100644 --- a/deployment/network-operator/README.md +++ b/deployment/network-operator/README.md @@ -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 @@ -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