chore: Update manifests after change
This commit is contained in:
@@ -54,6 +54,13 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
description: DsaDevicePluginSpec defines the desired state of DsaDevicePlugin.
|
description: DsaDevicePluginSpec defines the desired state of DsaDevicePlugin.
|
||||||
properties:
|
properties:
|
||||||
|
driver:
|
||||||
|
default: idxd
|
||||||
|
description: Driver name used for the DSA devices.
|
||||||
|
enum:
|
||||||
|
- idxd
|
||||||
|
- vfio-pci
|
||||||
|
type: string
|
||||||
image:
|
image:
|
||||||
description: Image is a container image with DSA device plugin executable.
|
description: Image is a container image with DSA device plugin executable.
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
bypathMode:
|
bypathMode:
|
||||||
description: |-
|
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.
|
See GPU plugin documentation for detailed description of the modes.
|
||||||
If left empty, it defaults to 'single'.
|
If left empty, it defaults to 'single'.
|
||||||
enum:
|
enum:
|
||||||
|
|||||||
@@ -55,7 +55,9 @@ spec:
|
|||||||
description: SgxDevicePluginSpec defines the desired state of SgxDevicePlugin.
|
description: SgxDevicePluginSpec defines the desired state of SgxDevicePlugin.
|
||||||
properties:
|
properties:
|
||||||
dcapInfraResources:
|
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
|
type: boolean
|
||||||
enclaveLimit:
|
enclaveLimit:
|
||||||
description: EnclaveLimit is a number of containers that can share the same SGX enclave device.
|
description: EnclaveLimit is a number of containers that can share the same SGX enclave device.
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
image: "intel/intel-deviceplugin-operator:0.34.1"
|
image: "intel/intel-deviceplugin-operator:0.35.0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
Reference in New Issue
Block a user