add intel gpu-device-plugin

This commit is contained in:
2024-07-27 03:09:25 +10:00
parent 5a9a85c955
commit a84b605d22
4 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: intel-device-plugins-gpu
repo: https://intel.github.io/helm-charts/
version: 0.30.0
releaseName: intel-device-plugins-gpu
valuesFile: values.yaml

View File

@@ -0,0 +1,14 @@
name: gpu-device-plugin
image:
hub: intel
sharedDevNum: 1
logLevel: 2
resourceManager: true
enableMonitoring: false
nodeSelector:
kubernetes.io/arch: amd64
nodeFeatureRule: true

View File

@@ -0,0 +1,12 @@
{
"appName": "gpu-device-plugin",
"userGivenName": "gpu-device-plugin",
"namespace": "gpu-device-plugin",
"destNamespace": "gpu-device-plugin",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/gpu-device-plugin/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base