feat(k8s/infrastructure): add Intel GPU device plugin for hardware transcoding

This commit is contained in:
2026-02-22 21:33:41 +02:00
parent bac800cdd3
commit 6f833d7d7a
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: intel-device-plugins-operator
namespace: flux-system
spec:
chart:
spec:
chart: intel-device-plugins-operator
version: 0.31.1
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: intel-device-plugins
namespace: flux-system
interval: 1m0s
targetNamespace: kube-system

View File

@@ -0,0 +1,22 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: intel-gpu-plugin
namespace: flux-system
spec:
chart:
spec:
chart: intel-device-plugins-gpu
version: 0.31.1
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: intel-device-plugins
namespace: flux-system
interval: 1m0s
targetNamespace: kube-system
dependsOn:
- name: intel-device-plugins-operator
values:
nodeFeatureRule: false

View File

@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: intel-device-plugins
namespace: flux-system
spec:
interval: 1h
url: https://intel.github.io/helm-charts