File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,10 @@ spec:
144
144
- " --endpoint=unix:/csi/csi.sock"
145
145
- " --supports-dynamic-iops-provisioning=hyperdisk-balanced,hyperdisk-extreme"
146
146
- " --supports-dynamic-throughput-provisioning=hyperdisk-balanced,hyperdisk-throughput,hyperdisk-ml"
147
- - --enable-data-cache
147
+ # - "--enable-data-cache"
148
+ - " --enable-data-cache=true"
149
+ - " --run-node-service=false"
150
+ - " --run-controller-service=true"
148
151
command :
149
152
- /gce-pd-csi-driver
150
153
env :
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 @@ -50,6 +50,6 @@ metadata:
50
50
imageTag :
51
51
name : gke.gcr.io/gcp-compute-persistent-disk-csi-driver
52
52
# pdImagePlaceholder in test/k8s-integration/main.go is updated automatically with the newTag
53
- newName : registry.k8s. io/cloud-provider-gcp /gcp-compute-persistent-disk-csi-driver
54
- newTag : " v1.17.2 "
53
+ newName : gcr. io/samhalim-joonix /gcp-compute-persistent-disk-csi-driver
54
+ newTag : " datacache_sam "
55
55
---
You can’t perform that action at this time.
0 commit comments