From cdf4b1921ecf010537b191c965b67ca80692a44d Mon Sep 17 00:00:00 2001 From: "changran.wang" Date: Fri, 4 Jul 2025 10:32:15 +0800 Subject: [PATCH] Fix yaml for volcano mode Signed-off-by: changran.wang --- ix-device-plugin-volcano.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ix-device-plugin-volcano.yaml b/ix-device-plugin-volcano.yaml index 001e90e..38db908 100644 --- a/ix-device-plugin-volcano.yaml +++ b/ix-device-plugin-volcano.yaml @@ -127,7 +127,7 @@ spec: - name: ixc mountPath: /ixconfig - name: ix-device-plugin-log - mountPath: /var/log/iluvatarcorex/ix-device-plugin + mountPath: /var/log/iluvatarcorex env: - name: NODE_NAME valueFrom: @@ -157,5 +157,5 @@ spec: name: ix-config - name: ix-device-plugin-log hostPath: - path: /var/log/iluvatarcorex/ix-device-plugin + path: /var/log/iluvatarcorex type: Directory -- Gitee