diff --git a/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-dsadeviceplugins.deviceplugin.intel.com.yaml b/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-dsadeviceplugins.deviceplugin.intel.com.yaml index 2569be810..e268efbb9 100644 --- a/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-dsadeviceplugins.deviceplugin.intel.com.yaml +++ b/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-dsadeviceplugins.deviceplugin.intel.com.yaml @@ -54,6 +54,13 @@ spec: spec: description: DsaDevicePluginSpec defines the desired state of DsaDevicePlugin. properties: + driver: + default: idxd + description: Driver name used for the DSA devices. + enum: + - idxd + - vfio-pci + type: string image: description: Image is a container image with DSA device plugin executable. type: string diff --git a/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-gpudeviceplugins.deviceplugin.intel.com.yaml b/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-gpudeviceplugins.deviceplugin.intel.com.yaml index cc9d7f3e6..379643f26 100644 --- a/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-gpudeviceplugins.deviceplugin.intel.com.yaml +++ b/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-gpudeviceplugins.deviceplugin.intel.com.yaml @@ -63,7 +63,7 @@ spec: type: string bypathMode: description: |- - ByPathMode changes how plugin handles the DRM by-path/ directory mounting for GPU devices. + ByPathMode changes how plugin handles the DRM by-path/-dir mounting for GPU devices. See GPU plugin documentation for detailed description of the modes. If left empty, it defaults to 'single'. enum: diff --git a/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-sgxdeviceplugins.deviceplugin.intel.com.yaml b/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-sgxdeviceplugins.deviceplugin.intel.com.yaml index cee7b21cb..e639e1fa8 100644 --- a/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-sgxdeviceplugins.deviceplugin.intel.com.yaml +++ b/clusters/cl01tl/manifests/intel-device-plugin/CustomResourceDefinition-sgxdeviceplugins.deviceplugin.intel.com.yaml @@ -55,7 +55,9 @@ spec: description: SgxDevicePluginSpec defines the desired state of SgxDevicePlugin. properties: dcapInfraResources: - description: DcapInfraResources flag enables two special resources for Intel DCAP infrastructure containers. + description: |- + Deprecated: DcapInfraResources flag enables two special resources for Intel DCAP infrastructure containers. + This is will be removed/modified in the future. type: boolean enclaveLimit: description: EnclaveLimit is a number of containers that can share the same SGX enclave device. diff --git a/clusters/cl01tl/manifests/intel-device-plugin/Deployment-inteldeviceplugins-controller-manager.yaml b/clusters/cl01tl/manifests/intel-device-plugin/Deployment-inteldeviceplugins-controller-manager.yaml index e8c1113c1..fbc0e751b 100644 --- a/clusters/cl01tl/manifests/intel-device-plugin/Deployment-inteldeviceplugins-controller-manager.yaml +++ b/clusters/cl01tl/manifests/intel-device-plugin/Deployment-inteldeviceplugins-controller-manager.yaml @@ -26,7 +26,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: "intel/intel-deviceplugin-operator:0.34.1" + image: "intel/intel-deviceplugin-operator:0.35.0" imagePullPolicy: IfNotPresent livenessProbe: httpGet: