diff --git a/build/ascendplugin-910.yaml b/build/ascendplugin-910.yaml index e316a2c90419cc2c5046cab89fdd3da713c22b50..5baaec62595ffc3ba4b82ada9fee5f024bb59829 100644 --- a/build/ascendplugin-910.yaml +++ b/build/ascendplugin-910.yaml @@ -100,6 +100,8 @@ spec: mountPath: /var/log/mindx-dl/devicePlugin - name: tmp mountPath: /tmp + - name: lingqu-log + mountPath: /var/log/lingqu env: - name: NODE_NAME valueFrom: @@ -121,4 +123,8 @@ spec: type: Directory - name: tmp hostPath: - path: /tmp \ No newline at end of file + path: /tmp + - name: lingqu-log + hostPath: + path: /var/log/lingqu + type: DirectoryOrCreate \ No newline at end of file diff --git a/build/ascendplugin-volcano.yaml b/build/ascendplugin-volcano.yaml index ea19128c72f08423a25b8fb00821f993667c89a0..a5be8eb93a4719224a3d5f52a5a3872a3c1f3bc2 100644 --- a/build/ascendplugin-volcano.yaml +++ b/build/ascendplugin-volcano.yaml @@ -106,6 +106,8 @@ spec: mountPath: /tmp - name: reset-config-dir mountPath: /user/restore/reset + - name: lingqu-log + mountPath: /var/log/lingqu env: - name: NODE_NAME @@ -140,4 +142,8 @@ spec: - name: vnpucfg hostPath: path: /etc/vnpu.cfg - type: File \ No newline at end of file + type: File + - name: lingqu-log + hostPath: + path: /var/log/lingqu + type: DirectoryOrCreate \ No newline at end of file