File tree 1 file changed +12
-6
lines changed
deploy/kubernetes/base/node_windows
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -52,22 +52,28 @@ spec:
52
52
mountPropagation : " None"
53
53
- name : plugin-dir
54
54
mountPath : C:\csi
55
- - name : csi-proxy-disk-pipe
55
+ - name : csi-proxy-disk-v1beta1
56
56
mountPath : \\.\pipe\csi-proxy-disk-v1beta1
57
- - name : csi-proxy-volume-pipe
57
+ - name : csi-proxy-volume-v1beta1
58
58
mountPath : \\.\pipe\csi-proxy-volume-v1beta1
59
- - name : csi-proxy-filesystem-pipe
59
+ - name : csi-proxy-filesystem-v1beta1
60
60
mountPath : \\.\pipe\csi-proxy-filesystem-v1beta1
61
+ - name : csi-proxy-disk-v1beta2
62
+ mountPath : \\.\pipe\csi-proxy-disk-v1beta2
61
63
volumes :
62
- - name : csi-proxy-disk-pipe
64
+ - name : csi-proxy-disk-v1beta1
63
65
hostPath :
64
66
path : \\.\pipe\csi-proxy-disk-v1beta1
65
67
type : " "
66
- - name : csi-proxy-volume-pipe
68
+ - name : csi-proxy-disk-v1beta2
69
+ hostPath :
70
+ path : \\.\pipe\csi-proxy-disk-v1beta2
71
+ type : " "
72
+ - name : csi-proxy-volume-v1beta1
67
73
hostPath :
68
74
path : \\.\pipe\csi-proxy-volume-v1beta1
69
75
type : " "
70
- - name : csi-proxy-filesystem-pipe
76
+ - name : csi-proxy-filesystem-v1beta1
71
77
hostPath :
72
78
path : \\.\pipe\csi-proxy-filesystem-v1beta1
73
79
type : " "
You can’t perform that action at this time.
0 commit comments