Skip to content

Commit

Permalink
GPU: Add intel device plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmilling committed Jan 20, 2025
1 parent 411f22c commit 6287bcc
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flux-system-extra/helm-chart-repositories/intel-charts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: intel
namespace: flux-system
spec:
interval: 2h
url: https://intel.github.io/helm-charts
30 changes: 30 additions & 0 deletions kube-system/intel-device-plugins/gpu-plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: intel-device-plugin-gpu
namespace: kube-system
spec:
interval: 15m
chart:
spec:
chart: intel-device-plugins-gpu
version: 0.31.1
sourceRef:
kind: HelmRepository
name: intel
namespace: flux-system
maxHistory: 3
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
retries: 3
uninstall:
keepHistory: false
values:
name: intel-gpu-plugin
sharedDevNum: 3
nodeFeatureRule: true
28 changes: 28 additions & 0 deletions kube-system/intel-device-plugins/operator..yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: intel-device-plugin-operator
namespace: kube-system
spec:
interval: 15m
chart:
spec:
chart: intel-device-plugins-operator
version: 0.31.1
sourceRef:
kind: HelmRepository
name: intel
namespace: flux-system
maxHistory: 3
install:
crds: CreateReplace
remediation:
retries: 3
upgrade:
cleanupOnFail: true
crds: CreateReplace
remediation:
retries: 3
uninstall:
keepHistory: false

0 comments on commit 6287bcc

Please sign in to comment.