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