@@ -6,11 +6,11 @@ metadata:
6
6
spec :
7
7
selector :
8
8
matchLabels :
9
- app : gcp-compute-persistent-disk-csi-driver-win
9
+ app : gcp-compute-persistent-disk-csi-driver
10
10
template :
11
11
metadata :
12
12
labels :
13
- app : gcp-compute-persistent-disk-csi-driver-win
13
+ app : gcp-compute-persistent-disk-csi-driver
14
14
spec :
15
15
# Host network must be used for interaction with Workload Identity in GKE
16
16
# since it replaces GCE Metadata Server with GKE Metadata Server. Remove
24
24
kubernetes.io/os : windows
25
25
containers :
26
26
- name : csi-driver-registrar
27
- image : gke .gcr.io/k8s-staging-csi /csi-node-driver-registrar-win
27
+ image : k8s .gcr.io/sig-storage /csi-node-driver-registrar
28
28
args :
29
29
- --v=5
30
30
- --csi-address=unix://C:\\csi\\csi.sock
@@ -52,20 +52,13 @@ spec:
52
52
mountPropagation : " None"
53
53
- name : plugin-dir
54
54
mountPath : C:\csi
55
- # TODO: check overlay and remove v1beta1 if it is safe
56
- - name : csi-proxy-disk-v1beta1
57
- mountPath : \\.\pipe\csi-proxy-disk-v1beta1
58
55
- name : csi-proxy-volume-v1beta1
59
56
mountPath : \\.\pipe\csi-proxy-volume-v1beta1
60
57
- name : csi-proxy-filesystem-v1beta1
61
58
mountPath : \\.\pipe\csi-proxy-filesystem-v1beta1
62
59
- name : csi-proxy-disk-v1beta2
63
60
mountPath : \\.\pipe\csi-proxy-disk-v1beta2
64
61
volumes :
65
- - name : csi-proxy-disk-v1beta1
66
- hostPath :
67
- path : \\.\pipe\csi-proxy-disk-v1beta1
68
- type : " "
69
62
- name : csi-proxy-disk-v1beta2
70
63
hostPath :
71
64
path : \\.\pipe\csi-proxy-disk-v1beta2
0 commit comments