chore: Update manifests after automerge
This commit is contained in:
@@ -85,6 +85,7 @@ rules:
|
|||||||
- iaadeviceplugins/finalizers
|
- iaadeviceplugins/finalizers
|
||||||
- qatdeviceplugins/finalizers
|
- qatdeviceplugins/finalizers
|
||||||
- sgxdeviceplugins/finalizers
|
- sgxdeviceplugins/finalizers
|
||||||
|
- npudeviceplugins/finalizers
|
||||||
verbs:
|
verbs:
|
||||||
- update
|
- update
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
@@ -97,6 +98,7 @@ rules:
|
|||||||
- iaadeviceplugins/status
|
- iaadeviceplugins/status
|
||||||
- qatdeviceplugins/status
|
- qatdeviceplugins/status
|
||||||
- sgxdeviceplugins/status
|
- sgxdeviceplugins/status
|
||||||
|
- npudeviceplugins/status
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- patch
|
- patch
|
||||||
|
|||||||
@@ -61,6 +61,16 @@ spec:
|
|||||||
The list can contain IDs in the form of '0x1234,0x49a4,0x50b4'.
|
The list can contain IDs in the form of '0x1234,0x49a4,0x50b4'.
|
||||||
Cannot be used together with DenyIDs.
|
Cannot be used together with DenyIDs.
|
||||||
type: string
|
type: string
|
||||||
|
bypathMode:
|
||||||
|
description: |-
|
||||||
|
ByPathMode changes how plugin handles the DRM by-path/ directory mounting for GPU devices.
|
||||||
|
See GPU plugin documentation for detailed description of the modes.
|
||||||
|
If left empty, it defaults to 'single'.
|
||||||
|
enum:
|
||||||
|
- none
|
||||||
|
- single
|
||||||
|
- all
|
||||||
|
type: string
|
||||||
denyIDs:
|
denyIDs:
|
||||||
description: |-
|
description: |-
|
||||||
DenyIDs is a comma-separated list of PCI IDs of GPU devices that should only be denied by the plugin.
|
DenyIDs is a comma-separated list of PCI IDs of GPU devices that should only be denied by the plugin.
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
image: "intel/intel-deviceplugin-operator:0.34.0"
|
image: "intel/intel-deviceplugin-operator:0.34.1"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
@@ -105,6 +105,26 @@ webhooks:
|
|||||||
resources:
|
resources:
|
||||||
- iaadeviceplugins
|
- iaadeviceplugins
|
||||||
sideEffects: None
|
sideEffects: None
|
||||||
|
- admissionReviewVersions:
|
||||||
|
- v1
|
||||||
|
clientConfig:
|
||||||
|
service:
|
||||||
|
name: inteldeviceplugins-webhook-service
|
||||||
|
namespace: "intel-device-plugin"
|
||||||
|
path: /mutate-deviceplugin-intel-com-v1-npudeviceplugin
|
||||||
|
failurePolicy: Fail
|
||||||
|
name: mnpudeviceplugin.kb.io
|
||||||
|
rules:
|
||||||
|
- apiGroups:
|
||||||
|
- deviceplugin.intel.com
|
||||||
|
apiVersions:
|
||||||
|
- v1
|
||||||
|
operations:
|
||||||
|
- CREATE
|
||||||
|
- UPDATE
|
||||||
|
resources:
|
||||||
|
- npudeviceplugins
|
||||||
|
sideEffects: None
|
||||||
- admissionReviewVersions:
|
- admissionReviewVersions:
|
||||||
- v1
|
- v1
|
||||||
clientConfig:
|
clientConfig:
|
||||||
|
|||||||
@@ -105,6 +105,26 @@ webhooks:
|
|||||||
resources:
|
resources:
|
||||||
- iaadeviceplugins
|
- iaadeviceplugins
|
||||||
sideEffects: None
|
sideEffects: None
|
||||||
|
- admissionReviewVersions:
|
||||||
|
- v1
|
||||||
|
clientConfig:
|
||||||
|
service:
|
||||||
|
name: inteldeviceplugins-webhook-service
|
||||||
|
namespace: "intel-device-plugin"
|
||||||
|
path: /validate-deviceplugin-intel-com-v1-npudeviceplugin
|
||||||
|
failurePolicy: Fail
|
||||||
|
name: vnpudeviceplugin.kb.io
|
||||||
|
rules:
|
||||||
|
- apiGroups:
|
||||||
|
- deviceplugin.intel.com
|
||||||
|
apiVersions:
|
||||||
|
- v1
|
||||||
|
operations:
|
||||||
|
- CREATE
|
||||||
|
- UPDATE
|
||||||
|
resources:
|
||||||
|
- npudeviceplugins
|
||||||
|
sideEffects: None
|
||||||
- admissionReviewVersions:
|
- admissionReviewVersions:
|
||||||
- v1
|
- v1
|
||||||
clientConfig:
|
clientConfig:
|
||||||
|
|||||||
Reference in New Issue
Block a user