intel-quick-sync-support added

This commit is contained in:
2025-10-28 08:40:40 +01:00
parent 1e847ec8c0
commit ade37fcd34
8 changed files with 162 additions and 0 deletions

View File

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

View File

@@ -0,0 +1 @@
- https://github.com/intel/intel-device-plugins-for-kubernetes

View File

@@ -0,0 +1,23 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: intel-device-plugins-gpu
namespace: intel-device-plugins
labels:
app: cert-manager
spec:
chart:
spec:
# https://artifacthub.io/packages/helm/intel/intel-device-plugins-gpu
chart: intel-device-plugins-gpu
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: intel
namespace: intel-device-plugins
version: '0.32.*'
interval: 24h
timeout: 10m
values:
name: gpu-device-plugin

View File

@@ -0,0 +1,11 @@
---
kind: Namespace
apiVersion: v1
metadata:
name: intel-device-plugins
labels:
# https://kubernetes.io/docs/concepts/security/pod-security-standards/
# possible values: privileged, baseline, restricted
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged

View File

@@ -0,0 +1,28 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: intel-device-plugins-operator
namespace: intel-device-plugins
labels:
app: cert-manager
spec:
chart:
spec:
# https://artifacthub.io/packages/helm/intel/intel-device-plugins-operator
chart: intel-device-plugins-operator
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: intel
namespace: intel-device-plugins
version: '0.32.*'
interval: 24h
timeout: 10m
values:
resources:
limits:
memory: 120Mi
requests:
memory: 100Mi
cpu: 10m