From 0ea1386c9508d1de601bdeb01a0642c813be9629 Mon Sep 17 00:00:00 2001 From: Yuan Fang Date: Mon, 29 Jun 2026 20:13:25 +0800 Subject: [PATCH] fix: create ascend device plugin log path Signed-off-by: Yuan Fang --- ascend-device-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ascend-device-plugin.yaml b/ascend-device-plugin.yaml index e5e0542..1c4f967 100644 --- a/ascend-device-plugin.yaml +++ b/ascend-device-plugin.yaml @@ -111,7 +111,7 @@ spec: - name: log-path hostPath: path: /var/log/mindx-dl/devicePlugin - type: Directory + type: DirectoryOrCreate - name: tmp hostPath: path: /tmp