24 lines
632 B
YAML
24 lines
632 B
YAML
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": []
|
|
}
|
|
}
|
|
]
|
|
} |