Compare commits

...

1 Commits

Author SHA1 Message Date
dkeven
1fca5a10c7 feat(gpu): supports dynamic detection of hot plugged-in GPUs 2026-01-22 17:16:20 +08:00
4 changed files with 14 additions and 2 deletions

View File

@@ -67,6 +67,9 @@ spec:
{{- toYaml . | nindent 6 }}
{{- end }}
volumes:
- name: hostdev
hostPath:
path: /dev
- name: "pod-gpu-resources"
hostPath:
path: '{{ .Values.dcgmExporter.kubeletPath }}'
@@ -124,6 +127,8 @@ spec:
- name: "metrics"
containerPort: {{ .Values.dcgmExporter.service.port }}
volumeMounts:
- name: hostdev
mountPath: /dev
- name: "pod-gpu-resources"
readOnly: true
mountPath: "/var/lib/kubelet/pod-resources"

View File

@@ -80,6 +80,8 @@ spec:
resources:
{{- toYaml .Values.devicePlugin.resources | nindent 12 }}
volumeMounts:
- name: hostdev
mountPath: /dev
- name: device-plugin
mountPath: /var/lib/kubelet/device-plugins
- name: lib
@@ -120,6 +122,8 @@ spec:
resources:
{{- toYaml .Values.devicePlugin.vgpuMonitor.resources | nindent 12 }}
volumeMounts:
- name: hostdev
mountPath: /dev
- name: ctrs
mountPath: {{ .Values.devicePlugin.monitorctrPath }}
- name: dockers
@@ -133,6 +137,9 @@ spec:
- name: hosttmp
mountPath: /tmp
volumes:
- name: hostdev
hostPath:
path: /dev
- name: ctrs
hostPath:
path: {{ .Values.devicePlugin.monitorctrPath }}

View File

@@ -4,7 +4,7 @@ nameOverride: ""
fullnameOverride: ""
namespaceOverride: ""
imagePullSecrets: []
version: "v2.6.9"
version: "v2.6.10"
# Nvidia GPU Parameters
resourceName: "nvidia.com/gpu"

View File

@@ -3,7 +3,7 @@ target: prebuilt
output:
containers:
-
name: beclab/hami:v2.6.9
name: beclab/hami:v2.6.10
-
name: beclab/hami-webui-fe-oss:v1.0.8
-