@@ -16,6 +16,11 @@ helm install \
1616 intel-gpu-resource-driver oci://ghcr.io/intel/intel-resource-drivers-for-kubernetes/intel-gpu-resource-driver-chart
1717```
1818
19+ > [ !NOTE]
20+ > Starting v0.10.0, [ XPUM Daemon] ( https://github.com/intel/xpumanager/tree/v2.x/xpumd ) is used for health monitoring and devices' details discovery.
21+ > It is not currently part of this chart, and needs to be installed separately.
22+
23+
1924> [ !NOTE]
2025> For Kubernetes clusters using [ Pod Security Standards] ( https://kubernetes.io/docs/concepts/security/pod-security-standards/ ) ,
2126> pre-create the namespace with the respective label allowing to use HostPath Volumes.
@@ -46,12 +51,14 @@ helm show values oci://ghcr.io/intel/intel-resource-drivers-for-kubernetes/intel
4651
4752You may also run ` helm show values ` on this chart's dependencies for additional options.
4853
49- | Key | Type | Default |
50- | -----| ------| ---------|
51- | image.repository | string | ` intel ` |
52- | image.name | string | ` "intel-gpu-resource-driver" ` |
53- | image.pullPolicy | string | ` "IfNotPresent" ` |
54- | image.tag | string | ` "v0.10.0" ` |
54+ | Key | Type | Default | Comment |
55+ | -----| ------| ---------| ---------|
56+ | image.repository | string | ` intel ` ||
57+ | image.name | string | ` "intel-gpu-resource-driver" ` ||
58+ | image.pullPolicy | string | ` "IfNotPresent" ` ||
59+ | image.tag | string | ` "v0.10.1" ` ||
60+ | kubeletPlugin.healthMonitoring.enabled | bool | true | Enable (default) GPU details discovery method. Also, [ health monitoring] ( ../../doc/gpu/USAGE.md#health-monitoring-support ) . Requires [ xpumd] ( https://github.com/intel/xpumanager/tree/v2.x/xpumd ) |
61+ | kubeletPlugin.privileged | bool | false | Enable alternative method for discovering GPU details when health monitoring is disabled |
5562
5663## Deploying to RedHat OpenShift Container Platform
5764
0 commit comments