mirror of
https://github.com/kubernetes-csi/csi-driver-nvmf.git
synced 2025-09-21 18:27:42 +00:00
Fix some problems
1.fix path error in deploy/kubernetes/csi-nvmf-node.yaml 2.delete glog from the code 3.check vol uuid param before attach nvmf volume
This commit is contained in:
@@ -21,7 +21,7 @@ spec:
|
||||
lifecycle:
|
||||
preStop:
|
||||
exec:
|
||||
command: ["bin/sh", "-c", "rm -rf /registration/csi.nvmf.com \
|
||||
command: ["/bin/sh", "-c", "rm -rf /registration/csi.nvmf.com \
|
||||
/registration/csi.nvmf.com-reg.sock"]
|
||||
env:
|
||||
- name: KUBE_NODE_NAME
|
||||
|
Reference in New Issue
Block a user