ac40447376
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/intel/intel-gpu-plugin](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes) | patch | `bbe2c9a` -> `3fae94b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>intel/intel-device-plugins-for-kubernetes (docker.io/intel/intel-gpu-plugin)</summary> ### [`v0.34.1`](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/releases/tag/v0.34.1): Intel Device Plugins for Kubernetes v0.34.1 [Compare Source](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/compare/v0.34.0...v0.34.1) ### Highlights This is a patch release for 0.34 release containing bug fixes and small features for QAT and GPU plugin. #### Generic - Update x/crypto package - Update SGX package versions to fix SGX build due to a repository rename #### GPU - Add an option to change how plugin mounts the `by-path` directory in the container. - Allow defining different temperature limits for health checking - Updated Level Zero components - Fix temperature printing in the plugin #### QAT - Fix service parsing from debugfs (OoT KMD) #### Operator - GPU plugin's by-path mode defined in the CRD #### Bugs fixed - [#​2168](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/issues/2168) - [#​2166](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/issues/2166) - [#​2158](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/issues/2158) - [#​1564](https://redirect.github.com/intel/intel-device-plugins-for-kubernetes/issues/1564) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
48 lines
965 B
YAML
48 lines
965 B
YAML
image:
|
|
repository: docker.io/intel/intel-gpu-plugin
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.34.1@sha256:3fae94bca1022ca558a1f6768c34760f38f80a2e64f8a72216f10e98746c8124
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
type: DaemonSet
|
|
containers:
|
|
main:
|
|
args:
|
|
- -shared-dev-num
|
|
- "5"
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
persistence:
|
|
devfs:
|
|
enabled: true
|
|
type: device
|
|
mountPath: /dev/dri
|
|
hostPath: /dev/dri
|
|
readOnly: true
|
|
sysfs:
|
|
enabled: true
|
|
type: device
|
|
mountPath: /sys/class/drm
|
|
hostPath: /sys/class/drm
|
|
readOnly: true
|
|
kubeletsockets:
|
|
enabled: true
|
|
type: hostPath
|
|
mountPath: /var/lib/kubelet/device-plugins
|
|
hostPath: /var/lib/kubelet/device-plugins
|