Skip to content

Commit 5b9665a

Browse files
halimsamcemakd
authored andcommitted
Update
1 parent 9aca35b commit 5b9665a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

deploy/kubernetes/base/controller/controller.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ spec:
139139
args:
140140
- "--v=5"
141141
- "--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"
143146
env:
144147
- name: GOOGLE_APPLICATION_CREDENTIALS
145148
value: "/etc/cloud-sa/cloud-sa.json"

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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ metadata:
4949
name: imagetag-gcepd-driver
5050
imageTag:
5151
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"
5655
---

0 commit comments

Comments
 (0)