Automated Manifest Update (#4124)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4124
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4124.
This commit is contained in:
2026-02-20 19:41:12 +00:00
committed by Alex Lebens
parent 8780d3d194
commit dbb328cefb
73 changed files with 154 additions and 145 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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.

View File

@@ -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:

View File

@@ -4,7 +4,7 @@ metadata:
name: gpudeviceplugin
annotations: null
spec:
image: "intel/intel-gpu-plugin:0.34.1"
image: "intel/intel-gpu-plugin:0.35.0"
logLevel: 2
sharedDevNum: 5
enableMonitoring: true