Skip to content

Commit 752a144

Browse files
committed
Update
1 parent 6d8d59a commit 752a144

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

deploy/kubernetes/base/controller/controller.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

deploy/kubernetes/base/node_linux/node.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ spec:
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

deploy/kubernetes/images/stable-master/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ metadata:
5050
imageTag:
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
---

0 commit comments

Comments
 (0)