feat: use HAMi with nvshare as GPU plugin (#1033)
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user