Install the intel GPU driver

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-02-21 13:20:01 +00:00
parent 39abb44722
commit 25d129bd91
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,11 @@
apiVersion: deviceplugin.intel.com/v1
kind: GpuDevicePlugin
metadata:
name: gpudeviceplugin-sample
spec:
image: intel/intel-gpu-plugin:0.29.0
sharedDevNum: 10
logLevel: 4
enableMonitoring: true
nodeSelector:
intel.feature.node.kubernetes.io/gpu: "true"

View File

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/node-feature-rules?ref=release-0.29
- https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/operator/default?ref=release-0.29
- deviceplugin.yaml

View File

@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: intel-gpu-driver-operator
namespace: argocd
spec:
destination:
namespace: inteldeviceplugins-system
server: https://kubernetes.default.svc
project: infra
source:
path: apps-kustomized/intel-gpu-driver-operator
repoURL: https://git.martyn.berlin/martyn/infra4talos
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true