Merge pull request #692 from 3dwardch3ng/infra/intel-gpu-plugin
Infra/intel gpu plugin
This commit is contained in:
@@ -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
|
||||||
14
infrastructures/gpu-device-plugin/base/values.yaml
Normal file
14
infrastructures/gpu-device-plugin/base/values.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: gpu-device-plugin
|
||||||
|
|
||||||
|
image:
|
||||||
|
hub: intel
|
||||||
|
|
||||||
|
sharedDevNum: 10
|
||||||
|
logLevel: 2
|
||||||
|
resourceManager: true
|
||||||
|
enableMonitoring: false
|
||||||
|
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
|
|
||||||
|
nodeFeatureRule: true
|
||||||
12
infrastructures/gpu-device-plugin/env/k3s-cluster/config.json
vendored
Normal file
12
infrastructures/gpu-device-plugin/env/k3s-cluster/config.json
vendored
Normal 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
|
||||||
|
}
|
||||||
4
infrastructures/gpu-device-plugin/env/k3s-cluster/kustomization.yaml
vendored
Normal file
4
infrastructures/gpu-device-plugin/env/k3s-cluster/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ../../base
|
||||||
Reference in New Issue
Block a user