File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,10 @@ spec:
139
139
args :
140
140
- " --v=5"
141
141
- " --endpoint=unix:/csi/csi.sock"
142
- - --enable-data-cache
142
+ # - "--enable-data-cache"
143
+ - " --enable-data-cache=true"
144
+ - " --run-node-service=false"
145
+ - " --run-controller-service=true"
143
146
env :
144
147
- name : GOOGLE_APPLICATION_CREDENTIALS
145
148
value : " /etc/cloud-sa/cloud-sa.json"
Original file line number Diff line number Diff line change 46
46
- " --v=5"
47
47
- " --endpoint=unix:/csi/csi.sock"
48
48
- " --run-controller-service=false"
49
- - " --enable-data-cache"
49
+ - " --run-node-service=true"
50
+ # - "--enable-data-cache"
51
+ - " --enable-data-cache=true"
50
52
- " --node-name=$(KUBE_NODE_NAME)"
51
53
securityContext :
52
54
privileged : true
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ metadata:
49
49
name : imagetag-gcepd-driver
50
50
imageTag :
51
51
name : gke.gcr.io/gcp-compute-persistent-disk-csi-driver
52
- # Don't change stable image without changing pdImagePlaceholder in
53
- # test/k8s-integration/main.go
54
- newName : registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
55
- newTag : " v1.13.2"
52
+ # pdImagePlaceholder in test/k8s-integration/main.go is updated automatically with the newTag
53
+ newName : gcr.io/samhalim-joonix/gcp-compute-persistent-disk-csi-driver
54
+ newTag : " datacache_sam"
56
55
---
You can’t perform that action at this time.
0 commit comments