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:
144144 - " --endpoint=unix:/csi/csi.sock"
145145 - " --supports-dynamic-iops-provisioning=hyperdisk-balanced,hyperdisk-extreme"
146146 - " --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"
148151 command :
149152 - /gce-pd-csi-driver
150153 env :
Original file line number Diff line number Diff line change 4646 - " --v=5"
4747 - " --endpoint=unix:/csi/csi.sock"
4848 - " --run-controller-service=false"
49- - " --enable-data-cache"
49+ - " --run-node-service=true"
50+ # - "--enable-data-cache"
51+ - " --enable-data-cache=true"
5052 - " --node-name=$(KUBE_NODE_NAME)"
5153 securityContext :
5254 privileged : true
Original file line number Diff line number Diff line change @@ -50,6 +50,6 @@ metadata:
5050imageTag :
5151 name : gke.gcr.io/gcp-compute-persistent-disk-csi-driver
5252 # 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 "
5555---
You can’t perform that action at this time.
0 commit comments