feat: use HAMi with nvshare as GPU plugin (#1033)

This commit is contained in:
dkeven
2025-03-06 15:47:53 +08:00
committed by GitHub
parent 492e56becb
commit 01644ec8b3
37 changed files with 1506 additions and 122 deletions

View File

@@ -0,0 +1,24 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "hami-vgpu.device-plugin" . }}
labels:
app.kubernetes.io/component: hami-device-plugin
{{- include "hami-vgpu.labels" . | nindent 4 }}
data:
config.json: |
{
"nodeconfig": [
{
"name": "m5-cloudinfra-online02",
"operatingmode": "hami-core",
"devicememoryscaling": 1.8,
"devicesplitcount": 10,
"migstrategy":"none",
"filterdevices": {
"uuid": [],
"index": []
}
}
]
}