diff --git a/build/ascendplugin-volcano.yaml b/build/ascendplugin-volcano.yaml index 5488eaadcf3a44c1188790264f9bbf2de9f6145e..ea19128c72f08423a25b8fb00821f993667c89a0 100644 --- a/build/ascendplugin-volcano.yaml +++ b/build/ascendplugin-volcano.yaml @@ -93,6 +93,8 @@ spec: mountPath: /var/lib/kubelet/device-plugins - name: vnpucfg mountPath: /etc/vnpu.cfg + - name: vnpu-cut + mountPath: /run/vnpu_cfg_lock - name: pod-resource mountPath: /var/lib/kubelet/pod-resources - name: hiai-driver @@ -128,6 +130,10 @@ spec: hostPath: path: /user/restore/reset type: DirectoryOrCreate + - name: vnpu-cut + hostPath: + path: /run/vnpu_cfg_lock + type: DirectoryOrCreate - name: tmp hostPath: path: /tmp