File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
# when deploying on GKE Windows node.
20
20
# hostNetwork: true
21
21
priorityClassName : csi-gce-pd-node
22
- serviceAccountName : csi-gce-pd-node-sa
22
+ serviceAccountName : csi-gce-pd-node-sa-win
23
23
nodeSelector :
24
24
kubernetes.io/os : windows
25
25
containers :
69
69
type : " "
70
70
- name : csi-proxy-filesystem-pipe
71
71
hostPath :
72
- path : \\.\pipe\csi-proxy-filesystem-v1alpha1
72
+ path : \\.\pipe\csi-proxy-filesystem-v1beta1
73
73
type : " "
74
74
- name : registration-dir
75
75
hostPath :
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ metadata:
4
4
name : imagetag-gcepd-driver-alpha-win
5
5
imageTag :
6
6
name : gke.gcr.io/gcp-compute-persistent-disk-csi-driver-win
7
- newName : gcr.io/gke-release-staging/gcp-compute-persistent-disk-csi-driver-amd64-windows-1909
8
- newTag : " cca3c14 "
7
+ newName : gcr.io/gke-release-staging/gcp-compute-persistent-disk-csi-driver-amd64-windows
8
+ newTag : " v1.0.1-gke.0 "
9
9
---
10
10
11
11
apiVersion : builtin
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ import (
27
27
diskapi "github.com/kubernetes-csi/csi-proxy/client/api/disk/v1beta1"
28
28
diskclient "github.com/kubernetes-csi/csi-proxy/client/groups/disk/v1beta1"
29
29
30
- fsapi "github.com/kubernetes-csi/csi-proxy/client/api/filesystem/v1alpha1 "
31
- fsclient "github.com/kubernetes-csi/csi-proxy/client/groups/filesystem/v1alpha1 "
30
+ fsapi "github.com/kubernetes-csi/csi-proxy/client/api/filesystem/v1beta1 "
31
+ fsclient "github.com/kubernetes-csi/csi-proxy/client/groups/filesystem/v1beta1 "
32
32
33
33
volumeapi "github.com/kubernetes-csi/csi-proxy/client/api/volume/v1beta1"
34
34
volumeclient "github.com/kubernetes-csi/csi-proxy/client/groups/volume/v1beta1"
You can’t perform that action at this time.
0 commit comments