@@ -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
@@ -46,26 +46,20 @@ spec:
46
46
args :
47
47
- " --v=5"
48
48
- " --endpoint=unix:/csi/csi.sock"
49
+ - " --run-controller-service=false"
49
50
volumeMounts :
50
51
- name : kubelet-dir
51
52
mountPath : C:\var\lib\kubelet
52
53
mountPropagation : " None"
53
54
- name : plugin-dir
54
55
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
56
- name : csi-proxy-volume-v1beta1
59
57
mountPath : \\.\pipe\csi-proxy-volume-v1beta1
60
58
- name : csi-proxy-filesystem-v1beta1
61
59
mountPath : \\.\pipe\csi-proxy-filesystem-v1beta1
62
60
- name : csi-proxy-disk-v1beta2
63
61
mountPath : \\.\pipe\csi-proxy-disk-v1beta2
64
62
volumes :
65
- - name : csi-proxy-disk-v1beta1
66
- hostPath :
67
- path : \\.\pipe\csi-proxy-disk-v1beta1
68
- type : " "
69
63
- name : csi-proxy-disk-v1beta2
70
64
hostPath :
71
65
path : \\.\pipe\csi-proxy-disk-v1beta2
0 commit comments